summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GNUInstallDirs/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add RunCMake.GNUInstallDirs case for get_absolute_install_dirBrad King2020-11-041-0/+1
|
* Tests: Add RunCMake.GNUInstallDirs expected output specific to DebianBrad King2020-10-081-0/+2
|
* GNUInstallDirs: Warn when CMAKE_SYSTEM_NAME is not setVitaly Lipatov2020-01-301-0/+3
| | | | | | 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.
* Tests: Split GNUInstallDirs expectations for FreeBSDBrad King2018-11-131-5/+7
|
* GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSDJames Clarke2018-10-221-1/+1
|
* Tests: Fix RunCMake.GNUInstallDirs on BSD platformsBrad King2017-06-021-4/+15
| | | | | | | The `GNUInstallDirs` module has different defaults on BSD platforms. Update the test expected output to account for the difference. Fixes: #16887
* GNUInstallDirs: Add test casesBrad King2015-06-181-0/+6
Add a RunCMake.GNUInstallDirs test with cases covering various install prefixes. Hard-code the architecture information. Tolerate all platform-specific LIBDIR values. Currently the root prefix is not handled well, but verify the current behavior in the test anyway. This can be addressed with a future change. Inspired-by: Alex Turbov <i.zaufi@gmail.com>