Disabled option wrongly enabled by default

This commit is contained in:
AlexandreRouma
2021-11-16 05:29:05 +01:00
committed by GitHub
parent 1bbb1eea0e
commit 6f8fc86236

View File

@ -49,7 +49,7 @@ option(OPT_BUILD_SCHEDULER "Build the scheduler" OFF)
# Other options
option(USE_INTERNAL_LIBCORRECT "Use an external version of libcorrect" ON)
option(USE_DOTAPP_DEFAULTS "Set the default resource and module directories to the right ones for a MacOS .app" ON)
option(USE_DOTAPP_DEFAULTS "Set the default resource and module directories to the right ones for a MacOS .app" OFF)
# Core of SDR++
add_subdirectory("core")