We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5cf24 commit 67c4dabCopy full SHA for 67c4dab
CMakeLists.txt
@@ -41,7 +41,7 @@ target_include_directories(
41
${PROJECT_NAME}
42
PUBLIC
43
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
44
- $<INSTALL_INTERFACE:include/dynamixel_hardware_interface>
+ $<INSTALL_INTERFACE:include>
45
${dynamixel_sdk_INCLUDE_DIRS}
46
${hardware_interface_INCLUDE_DIRS}
47
${realtime_tools_INCLUDE_DIRS}
@@ -72,9 +72,8 @@ install(TARGETS ${PROJECT_NAME}
72
RUNTIME DESTINATION bin
73
)
74
75
-install(
76
- DIRECTORY include/
77
- DESTINATION include/dynamixel_hardware_interface
+install(DIRECTORY include/
+ DESTINATION include
78
79
80
install(PROGRAMS
0 commit comments