Skip to content

Commit

Permalink
fix for using newer iridescence
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Sep 10, 2024
1 parent d29fec3 commit 8b3e8e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ target_include_directories(direct_visual_lidar_calibration PUBLIC
${GTSAM_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
${Iridescence_INCLUDE_DIRS}
)
target_link_libraries(direct_visual_lidar_calibration
fmt
Expand All @@ -81,7 +80,7 @@ target_link_libraries(direct_visual_lidar_calibration
${CERES_LIBRARIES}
${GTSAM_LIBRARIES}
${OpenCV_LIBRARIES}
${Iridescence_LIBRARIES}
Iridescence::Iridescence
)


Expand Down
12 changes: 0 additions & 12 deletions cmake/FindIridescence.cmake

This file was deleted.

0 comments on commit 8b3e8e8

Please sign in to comment.