mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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)
|
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||||
set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ")
|
set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ")
|
||||||
endif()
|
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)
|
set(USE_FNAME_CASE TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user