diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-20 02:12:01 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-02-20 02:12:01 +0100 |
commit | b7d7a42800979a6eebe489a12833a882f36b9325 (patch) | |
tree | 820f520394698e615f767cad50510036b2c0c6f6 /cmake/os | |
parent | e81640ba274a3e2d1adaa8681df89dae7ec214c2 (diff) | |
download | mariadb-git-b7d7a42800979a6eebe489a12833a882f36b9325.tar.gz |
SET FN_NO_CASE_SENSE to 1 on Windows
Diffstat (limited to 'cmake/os')
-rw-r--r-- | cmake/os/Windows.cmake | 2 |
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 |