mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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
|