Make gazebo a system dependence.
authorWalter Fetter Lages <w.fetter@ieee.org>
Sat, 19 May 2018 18:57:59 +0000 (15:57 -0300)
committerWalter Fetter Lages <w.fetter@ieee.org>
Sat, 19 May 2018 18:57:59 +0000 (15:57 -0300)
CMakeLists.txt

index 96cb75c..e7bfdb6 100644 (file)
@@ -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