Skip to content

Commit

Permalink
MAINT: clean up library dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd Kiva committed May 23, 2024
1 parent 108d94e commit 0157d2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cpp/examples/Sara/MultiViewGeometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ target_link_libraries(

# Bundle adjustment.
sara_add_example(two_view_bundle_adjustment_example)
target_include_directories(two_view_bundle_adjustment_example
PRIVATE ${CERES_INCLUDE_DIRS})
target_link_libraries(
two_view_bundle_adjustment_example #
PRIVATE DO::Sara::SfM #
${CERES_LIBRARIES})
PRIVATE DO::Sara::SfM)

0 comments on commit 0157d2b

Please sign in to comment.