mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'GNUInstallDirs-get-absolute-install-dir'
cc6dbd194cGNUInstallDirs: Cache CMAKE_INSTALL_* with leading usr/ for install prefix /a7fcb1320cGNUInstallDirs: Make GNUInstallDirs_get_absolute_install_dir a function03e796f9abGNUInstallDirs: Move the common handler for `SYSCONFDIR` and `LOCALSTATEDIR` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10584
This commit is contained in:
@@ -574,6 +574,10 @@ class cmMakefile;
|
||||
SELECT(POLICY, CMP0192, \
|
||||
"GNUInstallDirs uses absolute SYSCONFDIR, LOCALSTATEDIR, and " \
|
||||
"RUNSTATEDIR in special prefixes.", \
|
||||
4, 1, 0, WARN) \
|
||||
SELECT(POLICY, CMP0193, \
|
||||
"GNUInstallDirs caches CMAKE_INSTALL_* with leading 'usr/' for " \
|
||||
"install prefix '/'.", \
|
||||
4, 1, 0, WARN)
|
||||
|
||||
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
|
||||
|
||||
Reference in New Issue
Block a user