Skip to content

Commit

Permalink
Remove cmake find_package to gazebo.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Oct 4, 2023
1 parent e37ab02 commit 8557d08
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions andino_gz_classic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ cmake_minimum_required(VERSION 3.8)

project(andino_gz_classic)

# Skip if Gazebo not present
find_package(gazebo QUIET)
if(NOT gazebo_FOUND)
message(WARNING "Gazebo not found, proceeding without that simulator.")
return()
endif()

find_package(ament_cmake REQUIRED)

if(BUILD_TESTING)
Expand Down

0 comments on commit 8557d08

Please sign in to comment.