diff --git a/src/algorithms/PVT/libs/CMakeLists.txt b/src/algorithms/PVT/libs/CMakeLists.txt index f2fd171c9..f48643682 100644 --- a/src/algorithms/PVT/libs/CMakeLists.txt +++ b/src/algorithms/PVT/libs/CMakeLists.txt @@ -39,4 +39,4 @@ include_directories( add_library(pvt_lib ${PVT_LIB_SOURCES}) target_link_libraries(pvt_lib ${Boost_LIBRARIES} ${GFlags_LIBS} ${GLOG_LIBRARIES} ${ARMADILLO_LIBRARIES} ) -add_dependencies(input_filter_adapters armadillo-${armadillo_RELEASE} glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(input_filter_adapters armadillo-${armadillo_RELEASE} glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/algorithms/channel/libs/CMakeLists.txt b/src/algorithms/channel/libs/CMakeLists.txt index 1a46cc4e4..c16cefc31 100644 --- a/src/algorithms/channel/libs/CMakeLists.txt +++ b/src/algorithms/channel/libs/CMakeLists.txt @@ -31,4 +31,4 @@ include_directories( ) add_library(channel_fsm ${CHANNEL_FSM_SOURCES}) -add_dependencies(channel_fsm glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(channel_fsm glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/algorithms/conditioner/adapters/CMakeLists.txt b/src/algorithms/conditioner/adapters/CMakeLists.txt index 8ce37a37c..be20650c6 100644 --- a/src/algorithms/conditioner/adapters/CMakeLists.txt +++ b/src/algorithms/conditioner/adapters/CMakeLists.txt @@ -32,4 +32,4 @@ include_directories( ) add_library(conditioner_adapters ${COND_ADAPTER_SOURCES}) -add_dependencies(conditioner_adapters glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(conditioner_adapters glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/algorithms/data_type_adapter/adapters/CMakeLists.txt b/src/algorithms/data_type_adapter/adapters/CMakeLists.txt index f771ab181..17ee8f9cc 100644 --- a/src/algorithms/data_type_adapter/adapters/CMakeLists.txt +++ b/src/algorithms/data_type_adapter/adapters/CMakeLists.txt @@ -30,4 +30,4 @@ include_directories( add_library(datatype_adapters ${DATATYPE_ADAPTER_SOURCES}) target_link_libraries(datatype_adapters ${GNURADIO_FILTER_LIBRARIES} ${GNURADIO_BLOCKS_LIBRARIES}) -add_dependencies(datatype_adapters glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(datatype_adapters glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/algorithms/input_filter/adapters/CMakeLists.txt b/src/algorithms/input_filter/adapters/CMakeLists.txt index 07b662af9..9be5e8c6a 100644 --- a/src/algorithms/input_filter/adapters/CMakeLists.txt +++ b/src/algorithms/input_filter/adapters/CMakeLists.txt @@ -32,4 +32,4 @@ include_directories( add_library(input_filter_adapters ${INPUT_FILTER_ADAPTER_SOURCES}) target_link_libraries(input_filter_adapters ${GNURADIO_RUNTIME_LIBRARIES} ${GNURADIO_BLOCKS_LIBRARIES} ${GNURADIO_FILTER_LIBRARIES}) -add_dependencies(input_filter_adapters glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(input_filter_adapters glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt b/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt index b87f0468d..4abf5821b 100644 --- a/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt +++ b/src/algorithms/observables/gnuradio_blocks/CMakeLists.txt @@ -35,4 +35,4 @@ include_directories( add_library(obs_gr_blocks ${OBS_GR_BLOCKS_SOURCES} ) target_link_libraries(obs_gr_blocks ${GNURADIO_RUNTIME_LIBRARIES}) -add_dependencies(obs_gr_blocks glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(obs_gr_blocks glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/algorithms/output_filter/adapters/CMakeLists.txt b/src/algorithms/output_filter/adapters/CMakeLists.txt index 5ea6e8385..7f1aaa2d5 100644 --- a/src/algorithms/output_filter/adapters/CMakeLists.txt +++ b/src/algorithms/output_filter/adapters/CMakeLists.txt @@ -32,4 +32,4 @@ include_directories( add_library(out_adapters ${OUTPUTFILTER_ADAPTER_SOURCES}) target_link_libraries(out_adapters ${GNURADIO_RUNTIME_LIBRARIES} ${GNURADIO_BLOCKS_LIBRARIES}) -add_dependencies(out_adapters glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(out_adapters glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/algorithms/resampler/gnuradio_blocks/CMakeLists.txt b/src/algorithms/resampler/gnuradio_blocks/CMakeLists.txt index 334277eca..ba389abb8 100644 --- a/src/algorithms/resampler/gnuradio_blocks/CMakeLists.txt +++ b/src/algorithms/resampler/gnuradio_blocks/CMakeLists.txt @@ -30,4 +30,4 @@ include_directories( ) add_library(resampler_gr_blocks ${RESAMPLER_GR_BLOCKS_SOURCES}) -add_dependencies(resampler_gr_blocks glog-${GLOG_RELEASE}) \ No newline at end of file +add_dependencies(resampler_gr_blocks glog-${glog_RELEASE}) \ No newline at end of file diff --git a/src/core/system_parameters/CMakeLists.txt b/src/core/system_parameters/CMakeLists.txt index a7fdb594c..609beef5e 100644 --- a/src/core/system_parameters/CMakeLists.txt +++ b/src/core/system_parameters/CMakeLists.txt @@ -50,4 +50,4 @@ link_directories(${Boost_LIBRARY_DIR}) add_library(gnss_system_parameters ${SYSTEM_PARAMETERS_SOURCES}) target_link_libraries(gnss_system_parameters ${Boost_LIBRARIES}) -add_dependencies(gnss_system_parameters glog-${GLOG_RELEASE}) +add_dependencies(gnss_system_parameters glog-${glog_RELEASE})