diff --git a/vendor/CMakeLists.txt b/vendor/CMakeLists.txt index 393c9f2..99f9b28 100644 --- a/vendor/CMakeLists.txt +++ b/vendor/CMakeLists.txt @@ -14,7 +14,7 @@ endif() # FMOD -if(defined WHOA_BUILD_FMOD) +if(DEFINED WHOA_BUILD_FMOD) add_library(fmod SHARED IMPORTED GLOBAL) # Determine which flavor of FMOD to use: # - macOS versions from 10.9 down prefer FMOD Ex