Skip to content

Commit f43cf76

Browse files
jmirabelOlivier Stasse
authored and
Olivier Stasse
committed
[CMake] Don't export + fix installation directory of geometric_simu
WIP CMake.
1 parent 53bdf5b commit f43cf76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ENDIF(BUILD_PYTHON_INTERFACE)
4848
# Stand alone embedded intepreter with a robot controller.
4949
add_executable(geometric_simu geometric_simu.cpp sot_loader.cpp sot_loader_basic.cpp)
5050
target_link_libraries(geometric_simu ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ${catkin_LIBRARIES} ros_bridge)
51-
install(TARGETS geometric_simu EXPORT ${TARGETS_EXPORT_NAME}
52-
DESTINATION bin)
51+
install(TARGETS geometric_simu
52+
DESTINATION lib/${PROJECT_NAME})
5353

5454
# Sot loader library
5555
add_library(sot_loader sot_loader.cpp sot_loader_basic.cpp)

0 commit comments

Comments
 (0)