mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
win: Define USE_FNAME_CASE (#5962)
This commit is contained in:
parent
be4c896845
commit
d3b4764dc1
@ -42,8 +42,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Enable fixing case-insensitive filenames for Mac.
|
||||
if(WIN32 OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
# Enable fixing case-insensitive filenames for Windows and Mac.
|
||||
set(USE_FNAME_CASE TRUE)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user