mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-11 12:53:10 +00:00
Fix cmakelint job
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user