1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-03 00:33:03 +00:00

Finding Gflags and Glog if they are installed with Macports. Fixing

problems finding Gperftools libraries
This commit is contained in:
Carles Fernandez
2014-05-11 14:50:57 +02:00
parent 872ed26527
commit 53b227a0c1
3 changed files with 9 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ else (WIN32)
FIND_PATH(GFlags_ROOT_DIR
libgflags.dylib
HINTS
/opt/local/lib
/usr/local/lib
)
endif (WIN32)
@@ -45,6 +46,7 @@ IF(GFlags_ROOT_DIR)
FIND_PATH(GFlags_INCLUDE_DIRS
gflags/gflags.h
HINTS
/opt/local/include
/usr/local/include
${GFlags_ROOT_DIR}/src
)