1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Fix cmakelint job

This commit is contained in:
Carles Fernandez 2020-06-08 22:02:28 +02:00
parent 2a3d682f1f
commit 904bef433f
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ target_link_libraries(data_type_gr_blocks
Gnuradio::runtime
Boost::headers
PRIVATE
Volk::volk
Volk::volk
)
if(GNURADIO_USES_STD_POINTERS)

View File

@ -63,9 +63,9 @@ if(CMAKE_VERSION VERSION_GREATER 3.13)
else()
source_group(Headers FILES ${RTKLIB_LIB_HEADERS})
add_library(algorithms_libs_rtklib
${RTKLIB_LIB_SOURCES}
${RTKLIB_LIB_HEADERS}
)
${RTKLIB_LIB_SOURCES}
${RTKLIB_LIB_HEADERS}
)
endif()
target_link_libraries(algorithms_libs_rtklib