fixed osx linking error for module sfm

pull/471/head
Marc-Stefan Cassola 9 years ago
parent 2395ce2ada
commit 9ea2d59865
  1. 4
      modules/sfm/CMakeLists.txt

@ -5,6 +5,10 @@ set(the_description "SFM algorithms")
find_package(Ceres QUIET)
if(NOT DEFINED GFLAGS_LIBRARIES)
set(GFLAGS_LIBRARIES "gflags")
endif()
if(NOT DEFINED SFM_DEPS_OK)
if(NOT DEFINED GLOG_LIBRARIES)

Loading…
Cancel
Save