diff options
author | unknown <iggy@amd64.(none)> | 2007-06-26 14:24:01 -0400 |
---|---|---|
committer | unknown <iggy@amd64.(none)> | 2007-06-26 14:24:01 -0400 |
commit | fe0e8ef0e85d1ffe24fc084694915488735e5885 (patch) | |
tree | ad12d140de2bba2dafed096ff76cd14e76b99f86 /CMakeLists.txt | |
parent | b3bc695dfc6cc5d7c76257a41a9e9ce88ab1b55c (diff) | |
download | mariadb-git-fe0e8ef0e85d1ffe24fc084694915488735e5885.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") |