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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user