blob: 1b2a01c183cd664daccd5fb7e8cd87ffc8e0fd65 (
plain)
1
2
3
4
5
6
7
8
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.
|