Skip to content

Commit

Permalink
proper fix for ticket 44.
Browse files Browse the repository at this point in the history
Signed-off-by: Tully Foote <tfoote@willowgarage.com>
  • Loading branch information
tfoote committed Nov 20, 2010
1 parent ce79ae4 commit ca531ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ add_subdirectory (lib)
add_subdirectory (examples)

# Create an uninstall target
#configure_file(
# "${CMAKE_SOURCE_DIR}/Modules/UninstallTarget.cmake.in"
# "${CMAKE_CURRENT_BINARY_DIR}/UninstallTarget.cmake"
# IMMEDIATE @ONLY)
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/Modules/UninstallTarget.cmake.in"
"${CMAKE_CURRENT_BINARY_DIR}/UninstallTarget.cmake"
IMMEDIATE @ONLY)

#add_custom_target(uninstall
# COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/UninstallTarget.cmake)
add_custom_target(uninstall
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/UninstallTarget.cmake)

0 comments on commit ca531ee

Please sign in to comment.