summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GNUInstallDirs/NoSystem.cmake
Commit message (Collapse)AuthorAgeFilesLines
* GNUInstallDirs: Warn when CMAKE_SYSTEM_NAME is not setVitaly Lipatov2020-01-301-0/+2
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.