"STREQUAL" "x86_64" Unknown arguments specified解決:if($ENV(COMPILING_TYPE) STREQUAL "x86_64")改為:if(($ENV(COMPILING_TYPE)) STREQUAL "x86_64")O了!