[hamradio-commits] [gnss-sdr] 08/18: Fixing glog detection

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sun Dec 7 22:13:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 46eaf14e5ec3a03cf14605f38d1676ed1a127b28
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Dec 7 12:05:38 2014 +0100

    Fixing glog detection
---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ce1adea..8fe90b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list