From 8289f9dbe2c3be2c5c124129758f75d15864f17f Mon Sep 17 00:00:00 2001 From: Dmitry Vedenko Date: Tue, 25 May 2021 18:05:50 +0300 Subject: [PATCH] Change the default lib preference to local --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )