mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-19 05:33: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)
|
string(FIND "${TMPTXT}" "enable_PPS_mode" matchres)
|
||||||
message(STATUS ${matchres})
|
message(STATUS ${matchres})
|
||||||
if(${matchres} EQUAL -1)
|
if(${matchres} EQUAL -1)
|
||||||
message("Using standard gr-limesdr library ")
|
message("Using standard gr-limesdr library ")
|
||||||
else()
|
else()
|
||||||
set(GRLIMESDR_PPS True)
|
set(GRLIMESDR_PPS True)
|
||||||
message("Using custom gr-limesdr library with PPS support ")
|
message("Using custom gr-limesdr library with PPS support ")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user