Skip to content

Commit

Permalink
Exclude iceoryx tests from colcon
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke authored and eboasson committed Mar 18, 2022
1 parent 7035c5c commit e7cedeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ddsc/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ target_link_libraries(oneliner PRIVATE RoundTrip Space ddsc)
# Iceoryx itself isn't really supported yet on Windows, so it
# better not be part of the tests. That also saves us from
# having to figure out now how to start/stop RouDi on Windows.
if(ENABLE_SHM)
if(ENABLE_SHM AND NOT DEFINED ENV{COLCON})
idlc_generate(TARGET Array100 FILES Array100.idl WARNINGS no-implicit-extensibility)
idlc_generate(TARGET DynamicData FILES DynamicData.idl WARNINGS no-implicit-extensibility)

Expand Down

0 comments on commit e7cedeb

Please sign in to comment.