mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Fix cmakelint job
This commit is contained in:
parent
2a3d682f1f
commit
904bef433f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user