mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-19 04:20:08 +00:00
Fix building if glog is not present in the system (e.g. CentOS7)
This commit is contained in:
parent
adcc04c3b6
commit
7b6780eb9e
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user