Skip to content

Commit

Permalink
Fix missing findpackage catkin
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlynen committed Mar 14, 2014
1 parent 5d6e283 commit e6636c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msf_timing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo)

include_directories(include)

find_package(catkin REQUIRED COMPONENTS roscpp)

if (CMAKE_COMPILER_IS_GNUCC)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
else()
Expand Down

0 comments on commit e6636c4

Please sign in to comment.