1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Fix the default value of conan_allow_prebuilt_binaries

This commit is contained in:
Dmitry Vedenko
2021-08-03 14:28:27 +03:00
parent 9df3c4b398
commit c189066c4d

View File

@@ -144,6 +144,11 @@ cmd_option( ${_OPT}conan_enabled
On
)
cmd_option( ${_OPT}conan_allow_prebuilt_binaries
"Allow using the compiled dependencies from the cache or remotes"
On
)
# Allow user to globally set the library preference
cmd_option( ${_OPT}lib_preference
"Library preference [system (if available), local]"