From a4f68f469dbc92c89e20314d1e1738529ad7cada Mon Sep 17 00:00:00 2001 From: Walter Fetter Lages Date: Sat, 19 May 2018 15:57:59 -0300 Subject: [PATCH] Make gazebo a system dependence. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96cb75c..e7bfdb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,7 @@ find_package(catkin REQUIRED COMPONENTS ## System dependencies are found with CMake's conventions # find_package(Boost REQUIRED COMPONENTS system) +find_package(gazebo REQUIRED) ## Uncomment this if the package has a setup.py. This macro ensures -- 2.12.0