Skip to content

Commit 1a976ea

Browse files
petkTurboGit
authored andcommitted
Remove legacy unused IMMEDIATE CMake keyword
This was once supported in CMake 2.x and in current 3.x versions is ignored.
1 parent 362fd7d commit 1a976ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ include(cmake/darktable-packaging.cmake)
489489
configure_file(
490490
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
491491
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
492-
IMMEDIATE @ONLY)
492+
@ONLY)
493493

494494
add_custom_target(uninstall
495495
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)

0 commit comments

Comments
 (0)