1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-27 13:37:38 +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() endmacro()
if(MSVC) if(MSVC)
find_path(GLOG_INCLUDE_DIRS NAMES raw_logging.h find_path(GLOG_INCLUDE_DIR NAMES raw_logging.h
PATHS PATHS
${GLOG_ROOT}/src/windows ${GLOG_ROOT}/src/windows
${GLOG_ROOT}/src/windows/glog ${GLOG_ROOT}/src/windows/glog
) )
else(MSVC) else(MSVC)
# Linux/OS X builds # Linux/OS X builds
find_path(GLOG_INCLUDE_DIRS NAMES raw_logging.h find_path(GLOG_INCLUDE_DIR NAMES raw_logging.h
PATHS PATHS
${GLOG_ROOT}/include/glog ${GLOG_ROOT}/include/glog
/opt/local/include/glog # default location in Macports /opt/local/include/glog # default location in Macports