mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
Fixing configuration if glog has been installed via libgoogle-glog-dev
package
This commit is contained in:
parent
3c89c1c5f6
commit
7a90027989
@ -472,6 +472,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)
|
||||
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