rosmake: executable should not be package-relative
This commit is contained in:
parent
86e2ea94b9
commit
5f1c3153f7
|
@ -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()
|
Loading…
Reference in New Issue