Skip to content

Commit

Permalink
Set correct value for ENABLE_ICEORYX in case Iceoryx is not found
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Potman <[email protected]>
  • Loading branch information
dpotman committed Sep 18, 2023
1 parent 8da8010 commit 566ae36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ if(ENABLE_ICEORYX)
if(${iceoryx_hoofs_FOUND})
find_package(iceoryx_posh ${iceoryx_required})
set(ENABLE_ICEORYX ${iceoryx_posh_FOUND} CACHE STRING "" FORCE)
else()
set(ENABLE_ICEORYX "OFF")
endif()
endif()

Expand Down

0 comments on commit 566ae36

Please sign in to comment.