CMake/Tests/RunCMake/GNUInstallDirs
Alex Turbov c8bd37ec68 GNUInstallDirs: Add special cases for certain prefixes
Teach the module to handle SYSCONFDIR and LOCALSTATEDIR properly if
CMAKE_INSTALL_PREFIX is set to `/` or `/usr` -- i.e. as expected by GNU
Coding Standard (i.e. set SYSCONFDIR to `/etc` and `LOCALSTATEDIR` to
`/var`).  Also if CMAKE_INSTALL_PREFIX is set to /opt/pkg, `SYSCONFDIR`
must be set to `/etc/opt/pkg` and `LOCALSTATEDIR` to `/var/opt/pkg`
according to FHS.
2015-06-18 08:59:34 -04:00
..
CMakeLists.txt GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00
Common.cmake GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00
Opt-stderr.txt GNUInstallDirs: Add special cases for certain prefixes 2015-06-18 08:59:34 -04:00
Opt.cmake GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00
Root-stderr.txt GNUInstallDirs: Add special cases for certain prefixes 2015-06-18 08:59:34 -04:00
Root.cmake GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00
RunCMakeTest.cmake GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00
Usr-stderr.txt GNUInstallDirs: Add special cases for certain prefixes 2015-06-18 08:59:34 -04:00
Usr.cmake GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00
UsrLocal-stderr.txt GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00
UsrLocal.cmake GNUInstallDirs: Add test cases 2015-06-18 08:59:24 -04:00