diff options
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 |