mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Make cmakelint happy again
This commit is contained in:
parent
c1f6da0ce1
commit
ea4ffe125d
@ -137,10 +137,10 @@ if(GRLIMESDR_FOUND AND NOT TARGET Gnuradio::limesdr)
|
||||
string(FIND "${TMPTXT}" "enable_PPS_mode" matchres)
|
||||
message(STATUS ${matchres})
|
||||
if(${matchres} EQUAL -1)
|
||||
message("Using standard gr-limesdr library ")
|
||||
message("Using standard gr-limesdr library ")
|
||||
else()
|
||||
set(GRLIMESDR_PPS True)
|
||||
message("Using custom gr-limesdr library with PPS support ")
|
||||
set(GRLIMESDR_PPS True)
|
||||
message("Using custom gr-limesdr library with PPS support ")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
@ -272,7 +272,7 @@ endif()
|
||||
if(GRLIMESDR_PPS)
|
||||
target_compile_definitions(signal_source_adapters PUBLIC -DLimeSDR_PPS=1)
|
||||
endif()
|
||||
|
||||
|
||||
if(ENABLE_CLANG_TIDY)
|
||||
if(CLANG_TIDY_EXE)
|
||||
set_target_properties(signal_source_adapters
|
||||
|
Loading…
Reference in New Issue
Block a user