Skip to content

Commit

Permalink
cmake: fixed the make uninstall invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed May 3, 2014
1 parent c5a1e6b commit 64b17d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -403,7 +403,7 @@ INSTALL( FILES admin/extend2da.py DESTINATION ${BIN_DIR}

CONFIGURE_FILE(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/cmake/cmake_uninstall.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake"
IMMEDIATE @ONLY
)

Expand Down

0 comments on commit 64b17d1

Please sign in to comment.