Skip to content

Commit

Permalink
iox-eclipse-iceoryx#590 Add include path prefix for iceoryx_dust
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Aug 12, 2022
1 parent 048bf7d commit 842b249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iceoryx_dust/CMakeLists.txt
Expand Up @@ -29,6 +29,8 @@ if(CMAKE_SYSTEM_NAME MATCHES Linux OR CMAKE_SYSTEM_NAME MATCHES Darwin)
option(BUILD_SHARED_LIBS "Create shared libraries by default" ON)
endif()

set(PREFIX iceoryx/v${CMAKE_PROJECT_VERSION})

#
########## build iceoryx dust lib ##########
#
Expand Down

0 comments on commit 842b249

Please sign in to comment.