Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Boost_INCLUDE_DIRS in CMakeLists.txt
  • Loading branch information
Michael Boulet committed Sep 10, 2016
1 parent dfe9a0b commit 294d55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vesc_ackermann/CMakeLists.txt
Expand Up @@ -33,7 +33,7 @@ catkin_package(

include_directories(
include
${Boost_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS}
)

Expand Down
2 changes: 1 addition & 1 deletion vesc_driver/CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ catkin_package(

include_directories(
include
${Boost_INCLUDE_DIR}
${Boost_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS}
)

Expand Down

0 comments on commit 294d55b

Please sign in to comment.