rosmake: executable should not be package-relative

This commit is contained in:
Ken Conley 2012-01-04 00:57:08 +00:00
parent 86e2ea94b9
commit 5f1c3153f7
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
if(NOT EXISTS ${CMAKE_BINARY_DIR}/bin/rosmake)
execute_process(COMMAND /bin/ln -s ${CMAKE_CURRENT_SOURCE_DIR}/rosmake ${CMAKE_BINARY_DIR}/bin/rosmake)
endif()