1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-29 17:07:58 +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

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})