1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-25 22:43:14 +00:00

Fix building if glog is not present in the system (e.g. CentOS7)

This commit is contained in:
Carles Fernandez 2018-07-04 20:22:20 +02:00
parent adcc04c3b6
commit 7b6780eb9e
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -35,3 +35,4 @@ list(SORT CORE_MONITOR_LIBS_HEADERS)
add_library(core_monitor_lib ${CORE_MONITOR_LIBS_SOURCES} ${CORE_MONITOR_LIBS_HEADERS})
source_group(Headers FILES ${CORE_MONITOR_LIBS_HEADERS})
target_link_libraries(core_monitor_lib ${Boost_LIBRARIES})
add_dependencies(core_monitor_lib glog-${glog_RELEASE})