mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-06 22:04:07 +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
|
Gnuradio::runtime
|
||||||
Boost::headers
|
Boost::headers
|
||||||
PRIVATE
|
PRIVATE
|
||||||
Volk::volk
|
Volk::volk
|
||||||
)
|
)
|
||||||
|
|
||||||
if(GNURADIO_USES_STD_POINTERS)
|
if(GNURADIO_USES_STD_POINTERS)
|
||||||
|
@ -63,9 +63,9 @@ if(CMAKE_VERSION VERSION_GREATER 3.13)
|
|||||||
else()
|
else()
|
||||||
source_group(Headers FILES ${RTKLIB_LIB_HEADERS})
|
source_group(Headers FILES ${RTKLIB_LIB_HEADERS})
|
||||||
add_library(algorithms_libs_rtklib
|
add_library(algorithms_libs_rtklib
|
||||||
${RTKLIB_LIB_SOURCES}
|
${RTKLIB_LIB_SOURCES}
|
||||||
${RTKLIB_LIB_HEADERS}
|
${RTKLIB_LIB_HEADERS}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(algorithms_libs_rtklib
|
target_link_libraries(algorithms_libs_rtklib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user