Commit a859cc21 authored by Marian Triebe's avatar Marian Triebe

Fix uninstall command for some CMake versions

parent 07e8deee
......@@ -190,7 +190,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
IMMEDIATE @ONLY)
# add uninstall target
add_custom_target(uninstall
COMMAND "${CMAKE_COMMAND} -P"
COMMAND "${CMAKE_COMMAND}" -P
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment