diff --git a/CMakeLists.txt b/CMakeLists.txt index aea174b1b..c7e6456f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,7 +139,7 @@ include( AudacityFunctions ) # Allow user to globally set the library preference cmd_option( ${_OPT}lib_preference "Library preference [system (if available), local]" - "system" + "local" STRINGS "system" "local" )