Skip to content

Commit

Permalink
fix: Remote duplicate namespace when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Feb 5, 2024
1 parent 51af39d commit b565927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(MYACTUATOR_RMD_LIBRARIES "")
target_link_libraries(myactuator_rmd ${MYACTUATOR_RMD_LIBRARIES})
install(
DIRECTORY include/
DESTINATION include/${PROJECT_NAME}
DESTINATION include/
)
install(TARGETS myactuator_rmd
EXPORT export_${PROJECT_NAME}
Expand Down

0 comments on commit b565927

Please sign in to comment.