From d9f9d42922f344da2cb6d78111e1c453cac4df45 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 6 Mar 2020 20:47:35 +0100 Subject: [PATCH] Add more VST matching patterns for CPU.. --- cmake/VSTConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/VSTConfig.cmake b/cmake/VSTConfig.cmake index dece48ab..aa3d52f6 100644 --- a/cmake/VSTConfig.cmake +++ b/cmake/VSTConfig.cmake @@ -19,7 +19,7 @@ if(NOT VST3_PACKAGE_ARCHITECTURE) if(APPLE) # VST3 packages are universal on Apple, architecture string not needed else() - if(VST3_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64|AMD64)$") + if(VST3_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64|AMD64|x64|X64)$") set(VST3_PACKAGE_ARCHITECTURE "x86_64") elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(i.86|x86|X86)$") if(WIN32)