From d949a5953af3f9a9a765f3df4fd01fa5ed04776c Mon Sep 17 00:00:00 2001 From: kcoul Date: Mon, 12 Jun 2023 08:15:35 -0700 Subject: [PATCH] Typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0221b8f..1e45084 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ option(AG_ENABLE_DYNAMIC_LINKING "Enable dynamic linking of ffmpeg/webp." off) option(AG_ENABLE_CODE_SIGNING "Enable code signing." on) option(AG_ENABLE_DEBUG_COPY_STEP "Enable copying binaries after building in Debug mode (on macOS)." on) option(AG_ENABLE_SENTRY "Enable crash reporting via sentry." off) -option(AG_ENABLE_ASAN "Enable AddressSanizizer." off) +option(AG_ENABLE_ASAN "Enable AddressSanitizer." off) option(AG_VST2_PLUGIN_ENABLED "Enable the VST2 plugins." off) option(AG_AAX_PLUGIN_ENABLED "Enable the AAX plugins." off)