mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Fixing glog detection
This commit is contained in:
parent
8130121979
commit
46eaf14e5e
@ -471,9 +471,9 @@ endif(NOT GFlags_FOUND)
|
||||
################################################################################
|
||||
if(NOT ${ENABLE_OWN_GLOG})
|
||||
find_package(GLOG)
|
||||
if(NOT GLOG_INCLUDE_DIRS)
|
||||
set(GLOG_FOUND)
|
||||
endif(NOT GLOG_INCLUDE_DIRS)
|
||||
if(GLOG_INCLUDE_DIRS)
|
||||
set(GLOG_FOUND ON)
|
||||
endif(GLOG_INCLUDE_DIRS)
|
||||
endif(NOT ${ENABLE_OWN_GLOG})
|
||||
set(glog_RELEASE 0.3.3)
|
||||
if (NOT GLOG_FOUND OR ${LOCAL_GFLAGS})
|
||||
|
Loading…
Reference in New Issue
Block a user