summaryrefslogtreecommitdiff
path: root/cmake/os
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-02-20 02:12:01 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-02-20 02:12:01 +0100
commite4cb186c6bab5238c42e8dcbb0da0042310922ea (patch)
tree820f520394698e615f767cad50510036b2c0c6f6 /cmake/os
parentfc08964e80c8cb5ee40739f52f91f7ab470092bd (diff)
downloadmariadb-git-e4cb186c6bab5238c42e8dcbb0da0042310922ea.tar.gz
SET FN_NO_CASE_SENSE to 1 on Windows
Diffstat (limited to 'cmake/os')
-rw-r--r--cmake/os/Windows.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/os/Windows.cmake b/cmake/os/Windows.cmake
index f1f483dfb33..7c2cb535f50 100644
--- a/cmake/os/Windows.cmake
+++ b/cmake/os/Windows.cmake
@@ -191,3 +191,5 @@ CHECK_TYPE_SIZE(ssize_t SIZE_OF_SSIZE_T)
IF(NOT HAVE_SIZE_OF_SSIZE_T)
SET(ssize_t SSIZE_T)
ENDIF()
+
+SET(FN_NO_CASE_SENSE 1) \ No newline at end of file