fix cmake to prevent always enabling the pager decoder

pull/1315/head
AlexandreRouma 2024-02-01 01:12:51 +01:00
rodzic f1f04d59fe
commit f486c657c1
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -247,7 +247,6 @@ if (OPT_BUILD_WEATHER_SAT_DECODER)
add_subdirectory("decoder_modules/weather_sat_decoder")
endif (OPT_BUILD_WEATHER_SAT_DECODER)
add_subdirectory("decoder_modules/pager_decoder")
# Misc
if (OPT_BUILD_DISCORD_PRESENCE)