make find_package REQUIRED

This commit is contained in:
Dirk Thomas 2012-06-05 00:40:33 +00:00
parent 74f95d2178
commit d23735a22b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(ros)
find_package(catkin)
find_package(Boost COMPONENTS thread)
find_package(catkin REQUIRED)
find_package(Boost REQUIRED COMPONENTS thread)
catkin_stack()
# Must call catkin_python_setup() early, to ensure that things like