Skip to content

Commit

Permalink
fix windows build for image_geometry (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
flynneva authored Nov 23, 2021
1 parent d7f4bd4 commit c196b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion image_geometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ endif()
find_package(OpenCV REQUIRED COMPONENTS calib3d core highgui imgproc)
find_package(sensor_msgs REQUIRED)

include_directories(include)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include
${OpenCV_INCLUDE_DIRS}
)

# add a library
add_library(${PROJECT_NAME}
Expand Down

0 comments on commit c196b81

Please sign in to comment.