mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-12 02:10:34 +00:00
removing message if not found
This commit is contained in:
parent
88603dfeda
commit
a61c8e69e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user