Commit 9ea2d598 authored by Marc-Stefan Cassola's avatar Marc-Stefan Cassola

fixed osx linking error for module sfm

parent 2395ce2a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment