Skip to content
Snippets Groups Projects
Commit be39cd88 authored by Lemures Lemniscati's avatar Lemures Lemniscati Committed by Brad King
Browse files

Glob: Use case-sensitive globbing on Cygwin

parent c3054d90
No related branches found
No related tags found
1 merge request!197Cygwin: Apply patches from downstream CMake package
......@@ -27,7 +27,7 @@
#include <cstdio>
#include <cstring>
namespace KWSYS_NAMESPACE {
#if defined(_WIN32) || defined(__APPLE__) || defined(__CYGWIN__)
#if defined(_WIN32) || defined(__APPLE__)
// On Windows and Apple, no difference between lower and upper case
# define KWSYS_GLOB_CASE_INDEPENDENT
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment