Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GNUInstallDirs: Warn when CMAKE_SYSTEM_NAME is not set | Vitaly Lipatov | 2020-01-30 | 1 | -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. |