From b565927b387aba9acd8df5a04a9707637ad2ce33 Mon Sep 17 00:00:00 2001 From: Tobit Flatscher <53856473+2b-t@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:44:02 +0000 Subject: [PATCH] fix: Remote duplicate namespace when installing --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c103fd0..cb84e22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}