Skip to content

Commit

Permalink
include Boost to fix Windows build (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoyola authored and mjcarroll committed Oct 22, 2019
1 parent 9df164a commit 667bf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ find_package(OpenCV 3 REQUIRED
CONFIG
)

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

if(NOT ANDROID)
add_subdirectory(python)
Expand Down

0 comments on commit 667bf16

Please sign in to comment.