Skip to content

Commit

Permalink
Corrected the typo of Boost_INCLUDE_DIRS (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyen authored Feb 18, 2020
1 parent a7576d5 commit c2de79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv_bridge/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generate_export_header(${PROJECT_NAME} EXPORT_FILE_NAME ${PROJECT_NAME}/${PROJEC
target_include_directories(${PROJECT_NAME}
PUBLIC "$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>"
${PROJECT_SOURCE_DIR}/include
${BOOST_INCLUDE_DIRS})
${Boost_INCLUDE_DIRS})
ament_target_dependencies(${PROJECT_NAME}
"OpenCV"
"sensor_msgs"
Expand Down

0 comments on commit c2de79c

Please sign in to comment.