mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-30 07:43:03 +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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user