Skip to content

Commit

Permalink
Merge pull request ethz-asl#49 from ethz-asl/fix/cmake_lists
Browse files Browse the repository at this point in the history
Fix missing findpackage catkin
  • Loading branch information
burrimi committed Mar 14, 2014
2 parents 5d6e283 + e6636c4 commit b7c84ed
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 b7c84ed

Please sign in to comment.