Skip to content

Commit

Permalink
fixed CMakeLists to make it a proper catkin package.
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Mar 29, 2018
1 parent 36a072e commit 52ec2fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dynamixel/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
cmake_minimum_required(VERSION 2.8.3)
project(dynamixel)

find_package(catkin REQUIRED COMPONENTS)

catkin_package(
INCLUDE_DIRS include
)

## Check C++11 / C++0x
include(CheckCXXCompilerFlag)
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
Expand Down

0 comments on commit 52ec2fb

Please sign in to comment.