mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Defined a destination for static libraries. (#214)
Without this change, a CMake error occurs when compiling with BUILD_SHARED_LIBS set to OFF.
This commit is contained in:
committed by
G.A. vd. Hoorn
parent
c4b2c73d6f
commit
a6dca0ce7e
@@ -101,6 +101,7 @@ install(DIRECTORY config launch
|
||||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
|
||||
|
||||
install(TARGETS ur_driver ur_hardware_interface
|
||||
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user