[hamradio-commits] [gnss-sdr] 10/18: fixing INCLUDE_DIR

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 d2bd16b6a0c8c4b7687b4f148c6fafca5ee3154f
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun Dec 7 12:10:24 2014 +0100

    fixing INCLUDE_DIR
---
 cmake/Modules/FindGLOG.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/Modules/FindGLOG.cmake b/cmake/Modules/FindGLOG.cmake
index 98b9d39..e0aa718 100644
--- a/cmake/Modules/FindGLOG.cmake
+++ b/cmake/Modules/FindGLOG.cmake
@@ -45,14 +45,14 @@ endif()
 endmacro()
 
 if(MSVC)
-     find_path(GLOG_INCLUDE_DIRS NAMES raw_logging.h
+     find_path(GLOG_INCLUDE_DIR NAMES raw_logging.h
           PATHS
           ${GLOG_ROOT}/src/windows
           ${GLOG_ROOT}/src/windows/glog
      )
 else(MSVC)
      # Linux/OS X builds
-     find_path(GLOG_INCLUDE_DIRS NAMES raw_logging.h
+     find_path(GLOG_INCLUDE_DIR NAMES raw_logging.h
      PATHS
      ${GLOG_ROOT}/include/glog
      /opt/local/include/glog   # default location in Macports

-- 
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