Skip to content

Commit 049e91c

Browse files
committed
sfm: fix missing module include in cmake
1 parent e0e1e12 commit 049e91c

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)