diff --git a/CMakeLists.txt b/CMakeLists.txt index d40fe85..55481d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ set(BUNDLE_ID "com.WingsDSP.Fire") # Change me! Set the plugin formats you want built # Valid choices: AAX Unity VST VST3 AU AUv3 Standalone -set(FORMATS Standalone AAX AU VST3 AUv3) +set(FORMATS Standalone AU VST3 AUv3) # For simplicity, the name of the CMake project is also the name of the target project(${PROJECT_NAME} VERSION ${CURRENT_VERSION})