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

removing message if not found

This commit is contained in:
Carles Fernandez 2014-11-09 21:11:48 +01:00
parent 88603dfeda
commit a61c8e69e4

View File

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