From e4cb186c6bab5238c42e8dcbb0da0042310922ea Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Sat, 20 Feb 2010 02:12:01 +0100 Subject: SET FN_NO_CASE_SENSE to 1 on Windows --- cmake/os/Windows.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake/os') 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 -- cgit v1.2.1