1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 06:38:23 +00:00

fixing glog include dir detection

This commit is contained in:
Carles Fernandez 2014-12-07 12:19:02 +01:00
parent d2bd16b6a0
commit ea05e8eb90

View File

@ -55,6 +55,7 @@ else(MSVC)
find_path(GLOG_INCLUDE_DIR NAMES raw_logging.h
PATHS
${GLOG_ROOT}/include/glog
/usr/include/glog
/opt/local/include/glog # default location in Macports
)
endif(MSVC)