1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-01 06:08:08 +00:00

Now gflags and google-glog are downloaded, configured, build and linked automatically when doing "make". Since gflags is a prerequisite for the proper functioning of glog, glog is always built locally when gflags is missing.

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@305 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez
2013-01-01 11:24:42 +00:00
parent 74668e14dd
commit 6628e5e2d8
6 changed files with 143 additions and 100 deletions

View File

@@ -69,7 +69,7 @@ else(MSVC)
endif(APPLE)
endif(MSVC)
message("glog library = " ${GLOG_LIBRARIES})
message("glog library found at ${GLOG_LIBRARIES}")
# handle the QUIETLY and REQUIRED arguments and set GLOG_FOUND to TRUE if
# all listed variables are TRUE