Skip to content

Commit b11ce40

Browse files
committed
Merge pull request #1011 from sovrasov:fix_sfm_deps
2 parents e0e1e12 + 049e91c commit b11ce40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sfm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set(the_description "SFM algorithms")
22

33

44
### LIBMV LIGHT EXTERNAL DEPENDENCIES ###
5-
5+
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
66
find_package(Gflags QUIET)
77
find_package(Ceres QUIET)
88
if(NOT Ceres_FOUND) # Looks like Ceres find glog on the own, so separate search isn't necessary

0 commit comments

Comments
 (0)