Skip to content

Commit

Permalink
remove FindIridescence.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jun 26, 2024
1 parent 8bbf521 commit a461a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ if(BUILD_DEMO)
get_filename_component(demo_name ${demo_src} NAME_WE)

add_executable(${demo_name} ${demo_src})
target_include_directories(${demo_name} PUBLIC ${Iridescence_INCLUDE_DIRS})
target_link_libraries(${demo_name} gtsam_points ${Iridescence_LIBRARIES})
target_link_libraries(${demo_name} gtsam_points Iridescence::Iridescence)
endforeach()
endif()

Expand All @@ -247,8 +246,7 @@ if(BUILD_EXAMPLE)
get_filename_component(example_name ${example_src} NAME_WE)

add_executable(${example_name} ${example_src})
target_include_directories(${example_name} PUBLIC ${Iridescence_INCLUDE_DIRS})
target_link_libraries(${example_name} gtsam_points ${Iridescence_LIBRARIES})
target_link_libraries(${example_name} gtsam_points Iridescence::Iridescence)
endforeach()
endif()

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

This file was deleted.

0 comments on commit a461a98

Please sign in to comment.