Add another pattern to detect the CPU for VST
This commit is contained in:
parent
0bb1a34f55
commit
094dde6dd6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if(NOT VST3_PACKAGE_ARCHITECTURE)
|
|||
else()
|
||||
if(VST3_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64|AMD64)$")
|
||||
set(VST3_PACKAGE_ARCHITECTURE "x86_64")
|
||||
elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(i.86|x86)$")
|
||||
elseif(VST3_SYSTEM_PROCESSOR MATCHES "^(i.86|x86|X86)$")
|
||||
if(WIN32)
|
||||
set(VST3_PACKAGE_ARCHITECTURE "x86")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue