summaryrefslogtreecommitdiff
path: root/cmake/os
diff options
context:
space:
mode:
authorVladislav Vaintroub <vv221804@astra04>2010-01-28 11:09:05 +0100
committerVladislav Vaintroub <vv221804@astra04>2010-01-28 11:09:05 +0100
commit236a0a7945ad939b33221d2bfc28f4682ac79f1d (patch)
tree66ba97efde87cfb5e1684f1cc8df185056d2f1ff /cmake/os
parentada6e38dc5169a561d244d21a67900640c6db3f9 (diff)
downloadmariadb-git-236a0a7945ad939b33221d2bfc28f4682ac79f1d.tar.gz
prettification of package names and fix compile bug on OSX/ppc
Diffstat (limited to 'cmake/os')
-rw-r--r--cmake/os/Windows.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/os/Windows.cmake b/cmake/os/Windows.cmake
index 5573ecf701e..ce82575ef76 100644
--- a/cmake/os/Windows.cmake
+++ b/cmake/os/Windows.cmake
@@ -102,14 +102,12 @@ IF(MSVC)
ADD_DEFINITIONS(/wd4996)
ENDIF()
- SET (PLATFORM X86)
IF(CMAKE_SIZEOF_VOID_P MATCHES 8)
# _WIN64 is defined by the compiler itself.
# Yet, we define it here again to work around a bug with Intellisense
# described here: http://tinyurl.com/2cb428.
# Syntax highlighting is important for proper debugger functionality.
ADD_DEFINITIONS("-D_WIN64")
- SET (PLATFORM X64)
ENDIF()
ENDIF()