mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-24 21:19:12 +08:00

Some filesystems are case insensitive, so when setting properties on the files, this should be respected (modulo a policy decision).
8 lines
62 B
C
8 lines
62 B
C
|
|
#ifdef NEEDED_TO_WORK
|
|
int icasetest()
|
|
{
|
|
return 0;
|
|
}
|
|
#endif
|