Skip to content

Commit

Permalink
Remove legacy unused IMMEDIATE CMake keyword
Browse files Browse the repository at this point in the history
This was once supported in CMake 2.x and in current 3.x versions is
ignored.
  • Loading branch information
petk authored and TurboGit committed Jan 21, 2025
1 parent 362fd7d commit 1a976ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ include(cmake/darktable-packaging.cmake)
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY)
@ONLY)

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

0 comments on commit 1a976ea

Please sign in to comment.