diff options
author | iggy@amd64.(none) <> | 2007-06-01 20:37:45 -0400 |
---|---|---|
committer | iggy@amd64.(none) <> | 2007-06-01 20:37:45 -0400 |
commit | 586c5b430eebad32fca24af1172f191d9b77f39e (patch) | |
tree | 6435ce212bfa707c4d023baa98b783afef75b700 /CMakeLists.txt | |
parent | 2147bb154904d2f45822f8563767e94bbd731513 (diff) | |
download | mariadb-git-586c5b430eebad32fca24af1172f191d9b77f39e.tar.gz |
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 bb5e53be20e..8b1268e0699 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,7 +157,7 @@ IF(EMBED_MANIFESTS) STRING(REGEX MATCH "MANIFEST:NO" tmp_manifest ${CMAKE_EXE_LINKER_FLAGS}) IF(NOT tmp_manifest) SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO") - ENDIF(tmp_manifest) + ENDIF(NOT tmp_manifest) # Set the processor architecture. IF(CMAKE_GENERATOR MATCHES "Visual Studio 8 2005 Win64") SET(PROCESSOR_ARCH "X64") |