We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0e1e12 + 049e91c commit b11ce40Copy full SHA for b11ce40
modules/sfm/CMakeLists.txt
@@ -2,7 +2,7 @@ set(the_description "SFM algorithms")
2
3
4
### LIBMV LIGHT EXTERNAL DEPENDENCIES ###
5
-
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
6
find_package(Gflags QUIET)
7
find_package(Ceres QUIET)
8
if(NOT Ceres_FOUND) # Looks like Ceres find glog on the own, so separate search isn't necessary
0 commit comments