1
0
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:
Javier Arribas 2021-12-01 15:37:02 +01:00
parent c1f6da0ce1
commit ea4ffe125d
2 changed files with 4 additions and 4 deletions

View File

@ -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()