#815 Missing CMake guidelines
Closed: fixed 5 years ago Opened 5 years ago by vondruch.

@ignatenkobrain It seems that the CMake guidelines [1] got lost. I get just 404.


It looks like an issue with case-sensitivity:

I suspect that this is what has happened:

I think that originally the page has been named "Cmake" instead of "CMake". It probably got renamed later, but but not recognized as a change in git, because the builder is using a case-insensitive filesystem. So the link now points to the new "CMake", but the file is still called "Cmake".

I've fixed it by configuring the target git repo with git config core.ignorecase false — so it works on systems with case-insensitive filesystems.

The fix has been pushed to production.

case-insensitive filesystem

:question:

That made me flinch as well.

Metadata Update from @ignatenkobrain:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata