Skip to content

Commit

Permalink
Remove lemon from public links
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Nov 2, 2023
1 parent 7b8263b commit b1c6833
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/aliceVision/graph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ alicevision_add_interface(aliceVision_graph
SOURCES ${graph_files_headers}
LINKS
aliceVision_system
${LEMON_LIBRARY}
)

# Unit tests
Expand Down
2 changes: 2 additions & 0 deletions src/aliceVision/sfm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ alicevision_add_library(aliceVision_sfm
Boost::filesystem
Boost::boost
${CERES_LIBRARIES}
PRIVATE_LINKS
${LEMON_LIBRARY}
)

# Unit tests
Expand Down
3 changes: 2 additions & 1 deletion src/aliceVision/track/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ alicevision_add_library(aliceVision_track
aliceVision_feature
aliceVision_matching
aliceVision_stl
${LEMON_LIBRARY}
Boost::json
PRIVATE_LINKS
${LEMON_LIBRARY}
)

# Unit tests
Expand Down

0 comments on commit b1c6833

Please sign in to comment.