cmake-snips icon indicating copy to clipboard operation
cmake-snips copied to clipboard

Portability problems I frequently encounter in projects using CMake

Results 2 cmake-snips issues
Sort by recently updated
recently updated
newest added

See the following proposal: [install: add EXPORT mode to generate pkg-config files](https://gitlab.kitware.com/cmake/cmake/-/issues/22621) Hopefully, this will reduce the chance of projects generating broken .pc files.

enhancement

I wrote a bit about it at https://github.com/nih-at/libzip/pull/213#discussion_r495506108 > [Windows absolute paths](https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats) start with a drive letter. If `IS_ABSOLUTE` correctly detect them ([CMake docs](https://cmake.org/cmake/help/latest/command/if.html) are not very detailed on it),...