Add VisualStudio 9 and 10 generators for Itanium platform

This commit is contained in:
Matej Hribernik
2011-06-19 20:42:42 +02:00
committed by Brad King
parent d44c68f39e
commit aed92ccea6
8 changed files with 202 additions and 3 deletions

View File

@@ -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")