We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a4951 commit 0d4b812Copy full SHA for 0d4b812
CMakeLists.txt
@@ -27,7 +27,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
27
# Add an "uninstall" target
28
CONFIGURE_FILE ("${PROJECT_SOURCE_DIR}/cmake/uninstall_target.cmake.in"
29
"${PROJECT_BINARY_DIR}/uninstall_target.cmake" IMMEDIATE @ONLY)
30
-ADD_CUSTOM_TARGET (uninstall "${CMAKE_COMMAND}" -P
+ADD_CUSTOM_TARGET (flann-uninstall "${CMAKE_COMMAND}" -P
31
"${PROJECT_BINARY_DIR}/uninstall_target.cmake")
32
33
# Set the build type. Options are:
0 commit comments