Skip to content

Commit

Permalink
Move cmake uninstall file to config dir.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.mech.kuleuven.be/repos/orocos/trunk/rtt@6636 ce417995-dfc9-0310-95a0-acdaff106893
  • Loading branch information
psoetens committed Feb 28, 2007
1 parent 94bcf09 commit bcf548e
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -82,7 +82,7 @@ INCLUDE(config/global_setup.cmake)

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

Expand Down
File renamed without changes.

0 comments on commit bcf548e

Please sign in to comment.