diff options
author | Brad King <brad.king@kitware.com> | 2014-12-19 13:26:55 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-12-19 13:26:55 (GMT) |
commit | 1ac8523c3bd4f404d8306b3d5fe905e1d988461c (patch) | |
tree | 29229ed0df29ae6aacb248c1bcaec0f50bf78e65 /Help | |
parent | d48ccbe458b796ec7c263bbe2efb28fbb8b10147 (diff) | |
parent | dd089e08b578f20b7dc7d2ce658e3df05e346e35 (diff) | |
download | CMake-1ac8523c3bd4f404d8306b3d5fe905e1d988461c.zip CMake-1ac8523c3bd4f404d8306b3d5fe905e1d988461c.tar.gz CMake-1ac8523c3bd4f404d8306b3d5fe905e1d988461c.tar.bz2 |
Merge topic 'install-EXPORT-absolute-prefix'
dd089e08 install: Allow absolute EXPORT destination with relative targets (#15258)
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/install-EXPORT-absolute-prefix.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/install-EXPORT-absolute-prefix.rst b/Help/release/dev/install-EXPORT-absolute-prefix.rst new file mode 100644 index 0000000..1b2a01c --- /dev/null +++ b/Help/release/dev/install-EXPORT-absolute-prefix.rst @@ -0,0 +1,9 @@ +install-EXPORT-absolute-prefix +------------------------------ + +* The :command:`install(EXPORT)` command now works with an absolute + ``DESTINATION`` even if targets in the export set are installed + with a destination or usage requirements specified relative to the + install prefix. The value of the :variable:`CMAKE_INSTALL_PREFIX` + variable is hard-coded into the installed export file as the base + for relative references. |