mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
c18ed7236d
If a project writes `include(GNUInstallDirs)` before `project()` then `CMAKE_SYSTEM_NAME` may not be set and an incorrect `LIBDIR` may be computed. Warn about this case.