Skip to content

Commit 9ea2d59

Browse files
author
Marc-Stefan Cassola
committed
fixed osx linking error for module sfm
1 parent 2395ce2 commit 9ea2d59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/sfm/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ set(the_description "SFM algorithms")
55

66
find_package(Ceres QUIET)
77

8+
if(NOT DEFINED GFLAGS_LIBRARIES)
9+
set(GFLAGS_LIBRARIES "gflags")
10+
endif()
11+
812
if(NOT DEFINED SFM_DEPS_OK)
913

1014
if(NOT DEFINED GLOG_LIBRARIES)

0 commit comments

Comments
 (0)