@@ -81,7 +81,7 @@ iox_add_library(
81
81
# and include both iceoryx_posh_core and iceoryx_posh_runtime
82
82
PROJECT_PREFIX ${PREFIX}
83
83
BUILD_INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} /include
84
- ${CMAKE_BINARY_DIR} /generated /iceoryx /include
84
+ ${CMAKE_BINARY_DIR} /generated /iceoryx_posh /include
85
85
INSTALL_INTERFACE include /${PREFIX}
86
86
PRIVATE_INCLUDES source /capro
87
87
source /log
@@ -171,7 +171,7 @@ iox_add_library(
171
171
NAMESPACE iceoryx_posh
172
172
PROJECT_PREFIX ${PREFIX}
173
173
BUILD_INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} /include
174
- ${CMAKE_BINARY_DIR} /generated /iceoryx /include
174
+ ${CMAKE_BINARY_DIR} /generated /iceoryx_posh /include
175
175
${CMAKE_BINARY_DIR} /dependencies/install /include
176
176
INSTALL_INTERFACE include /${PREFIX}
177
177
PUBLIC_LIBS iceoryx_hoofs::iceoryx_hoofs
@@ -239,7 +239,7 @@ if(TOML_CONFIG)
239
239
iceoryx_posh::iceoryx_posh_roudi
240
240
cpptoml
241
241
BUILD_INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} /include
242
- ${CMAKE_BINARY_DIR} /generated /iceoryx /include
242
+ ${CMAKE_BINARY_DIR} /generated /iceoryx_posh /include
243
243
${CMAKE_BINARY_DIR} /dependencies/install /include
244
244
INSTALL_INTERFACE include /${PREFIX}
245
245
FILES
@@ -278,10 +278,10 @@ if(TOML_CONFIG)
278
278
endif ()
279
279
280
280
configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /cmake/iceoryx_posh_deployment.hpp.in"
281
- "${CMAKE_BINARY_DIR} /generated/iceoryx /include/iceoryx_posh/iceoryx_posh_deployment.hpp" @ONLY)
281
+ "${CMAKE_BINARY_DIR} /generated/iceoryx_posh /include/iceoryx_posh/iceoryx_posh_deployment.hpp" @ONLY)
282
282
283
283
install (
284
- FILES ${CMAKE_BINARY_DIR} /generated /iceoryx /include /${PROJECT_NAME} /iceoryx_posh_deployment.hpp
284
+ FILES ${CMAKE_BINARY_DIR} /generated /iceoryx_posh /include /${PROJECT_NAME} /iceoryx_posh_deployment.hpp
285
285
DESTINATION include /${PREFIX} /${PROJECT_NAME} /
286
286
COMPONENT dev
287
287
)
0 commit comments