fix cmake to prevent always enabling the pager decoder

This commit is contained in:
AlexandreRouma 2024-02-01 01:12:51 +01:00
parent f1f04d59fe
commit f486c657c1

View File

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