mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Add VisualStudio 9 and 10 generators for Itanium platform
This commit is contained in:
committed by
Brad King
parent
d44c68f39e
commit
aed92ccea6
@@ -73,7 +73,7 @@ function(GetDefaultWindowsPrefixBase var)
|
||||
# the architecture of the targets being built to choose the right
|
||||
# default value for CMAKE_INSTALL_PREFIX.
|
||||
#
|
||||
if("${CMAKE_GENERATOR}" MATCHES "Win64")
|
||||
if("${CMAKE_GENERATOR}" MATCHES "(Win64|IA64)")
|
||||
set(arch_hint "x64")
|
||||
elseif("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8")
|
||||
set(arch_hint "x64")
|
||||
|
||||
Reference in New Issue
Block a user