Commit 0014f1d0 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #824 from terfendail:sfm_win

parents 8ca9b9c5 9b594f49
......@@ -3,10 +3,10 @@ set(the_description "SFM algorithms")
### LIBMV LIGHT EXTERNAL DEPENDENCIES ###
include(cmake/FindGflags.cmake)
find_package(Gflags QUIET)
find_package(Ceres QUIET)
if(NOT Ceres_FOUND) # Looks like Ceres find glog on the own, so separate search isn't necessary
include(cmake/FindGlog.cmake)
find_package(Glog QUIET)
endif()
if((gflags_FOUND OR GFLAGS_FOUND) AND (glog_FOUND OR GLOG_FOUND))
......
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