removing message if not found

This commit is contained in:
Carles Fernandez
2014-11-09 21:11:48 +01:00
parent 88603dfeda
commit a61c8e69e4
+3 -1
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