|
|
@@ -86,6 +86,15 @@ where ``<dir>`` is one of:
|
|
|
|
|
|
On Debian, this may be ``lib/<multiarch-tuple>`` when
|
|
|
:variable:`CMAKE_INSTALL_PREFIX` is ``/usr``.
|
|
|
+
|
|
|
+ .. note::
|
|
|
+
|
|
|
+ When an alternative installation prefix is specified with the
|
|
|
+ :option:`--prefix <cmake--install --prefix>` option at install time,
|
|
|
+ the special case with multi-architecture tuple is evaluated based on
|
|
|
+ the configuration-time :variable:`CMAKE_INSTALL_PREFIX`, not on the
|
|
|
+ alternative prefix value.
|
|
|
+
|
|
|
``INCLUDEDIR``
|
|
|
C header files (``include``)
|
|
|
``OLDINCLUDEDIR``
|
|
|
@@ -174,6 +183,13 @@ The following values of :variable:`CMAKE_INSTALL_PREFIX` are special:
|
|
|
absolute paths ``/etc/opt/...``, ``/var/opt/...`` and
|
|
|
``/var/run/opt/...`` respectively. See policy :policy:`CMP0192`.
|
|
|
|
|
|
+.. note::
|
|
|
+
|
|
|
+ When an alternative installation prefix is specified with the
|
|
|
+ :option:`--prefix <cmake--install --prefix>` option at install time,
|
|
|
+ these special cases are evaluated based on the configuration-time
|
|
|
+ :variable:`CMAKE_INSTALL_PREFIX`, not on the alternative prefix value.
|
|
|
+
|
|
|
.. _`Filesystem Hierarchy Standard`: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html
|
|
|
|
|
|
Commands
|