mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00: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})
|
if(NOT ${ENABLE_OWN_GLOG})
|
||||||
find_package(GLOG)
|
find_package(GLOG)
|
||||||
if(NOT GLOG_INCLUDE_DIRS)
|
if(GLOG_INCLUDE_DIRS)
|
||||||
set(GLOG_FOUND)
|
set(GLOG_FOUND ON)
|
||||||
endif(NOT GLOG_INCLUDE_DIRS)
|
endif(GLOG_INCLUDE_DIRS)
|
||||||
endif(NOT ${ENABLE_OWN_GLOG})
|
endif(NOT ${ENABLE_OWN_GLOG})
|
||||||
set(glog_RELEASE 0.3.3)
|
set(glog_RELEASE 0.3.3)
|
||||||
if (NOT GLOG_FOUND OR ${LOCAL_GFLAGS})
|
if (NOT GLOG_FOUND OR ${LOCAL_GFLAGS})
|
||||||
|
Loading…
Reference in New Issue
Block a user