diff options
author | iggy@amd64.(none) <> | 2007-06-26 14:24:01 -0400 |
---|---|---|
committer | iggy@amd64.(none) <> | 2007-06-26 14:24:01 -0400 |
commit | 7dddab867df320f28631241468b50ff63d7b01a3 (patch) | |
tree | ad12d140de2bba2dafed096ff76cd14e76b99f86 /CMakeLists.txt | |
parent | 2437987a23c255708ad123b2c1d3564555a5ec46 (diff) | |
download | mariadb-git-7dddab867df320f28631241468b50ff63d7b01a3.tar.gz |
Bug#24732 Executables do not include Vista manifests
- Post Merge Fixup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 538c5cb122e..1bdb1e01612 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ IF(EMBED_MANIFESTS) ENDIF(NOT tmp_manifest) # Set the processor architecture. IF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64") - SET(PROCESSOR_ARCH "X64") + SET(PROCESSOR_ARCH "amd64") ELSE(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64") SET(PROCESSOR_ARCH "X86") ENDIF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64") |