1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-13 06:13:17 +00:00

fixing INCLUDE_DIR

This commit is contained in:
Carles Fernandez 2014-12-07 12:10:24 +01:00
parent 46eaf14e5e
commit d2bd16b6a0

View File

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