cmake: remove legacy unused IMMEDIATE keyword
This was once supported in CMake 2.x and in current 3.x versions is ignored. Closes #15661
This commit is contained in:
parent
a72b479dec
commit
4ded2e0ac8
@ -2308,7 +2308,7 @@ if(NOT CURL_DISABLE_INSTALL)
|
||||
configure_file(
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/CMake/cmake_uninstall.cmake.in"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/CMake/cmake_uninstall.cmake"
|
||||
IMMEDIATE @ONLY)
|
||||
@ONLY)
|
||||
|
||||
add_custom_target(curl_uninstall
|
||||
COMMAND ${CMAKE_COMMAND} -P "${CMAKE_CURRENT_BINARY_DIR}/CMake/cmake_uninstall.cmake")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user