Skip to content

Commit

Permalink
Merge branch 'features/colmap_head' into features/ci_test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 24, 2024
2 parents 41d0338 + ab68838 commit baf82ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(DEFINED glog_VERSION_MAJOR)
add_definitions("-DGLOG_VERSION_MAJOR=${glog_VERSION_MAJOR}")
add_definitions("-DGLOG_VERSION_MINOR=${glog_VERSION_MINOR}")
endif()
find_package(Boost ${COLMAP_FIND_TYPE} COMPONENTS
find_package(Boost REQUIRED COMPONENTS
graph
program_options
system)
Expand Down

0 comments on commit baf82ba

Please sign in to comment.