VS11: Fix ARM architecture hint typo (#13077)

This commit is contained in:
Brad King 2012-05-10 07:08:09 -04:00
parent 0fa3d09369
commit 5af93bb987
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function(GetDefaultWindowsPrefixBase var)
#
if("${CMAKE_GENERATOR}" MATCHES "(Win64|IA64)")
set(arch_hint "x64")
elif("${CMAKE_GENERATOR}" MATCHES "ARM")
elseif("${CMAKE_GENERATOR}" MATCHES "ARM")
set(arch_hint "ARM")
elseif("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8")
set(arch_hint "x64")