summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_STAGING_PREFIX.rst
blob: c4de7da85925f055b62f937e28c3e6f210e739f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CMAKE_STAGING_PREFIX
--------------------

This variable may be set to a path to install to when cross-compiling. This can
be useful if the path in :variable:`CMAKE_SYSROOT` is read-only, or otherwise
should remain pristine.

The CMAKE_STAGING_PREFIX location is also used as a search prefix by the ``find_*``
commands. This can be controlled by setting the :variable:`CMAKE_FIND_NO_INSTALL_PREFIX`
variable.

If any RPATH/RUNPATH entries passed to the linker contain the CMAKE_STAGING_PREFIX,
the matching path fragments are replaced with the :variable:`CMAKE_INSTALL_PREFIX`.