Skip to content

Commit

Permalink
Support Harmonic
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Aug 31, 2023
1 parent 59dca8d commit 18ef969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ros_ign_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ if("$ENV{GZ_VERSION}" STREQUAL "edifice")
elseif("$ENV{GZ_VERSION}" STREQUAL "garden")
find_package(gz-sim7 REQUIRED)
message(STATUS "Compiling against Gazebo Garden")
elseif("$ENV{GZ_VERSION}" STREQUAL "harmonic")
find_package(gz-sim8 REQUIRED)
message(STATUS "Compiling against Gazebo Harmonic")
# Default to Fortress
else()
find_package(ignition-gazebo6 REQUIRED)
Expand Down

0 comments on commit 18ef969

Please sign in to comment.