summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_FIND_NO_INSTALL_PREFIX.rst
blob: 91231b0791ee019ed501576b50be07d814bcb7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CMAKE_FIND_NO_INSTALL_PREFIX
----------------------------

Ignore the :variable:`CMAKE_INSTALL_PREFIX` when searching for assets.

CMake adds the :variable:`CMAKE_INSTALL_PREFIX` to the
:variable:`CMAKE_SYSTEM_PREFIX_PATH` by default. This variable may be set
on the command line to control that behavior.

Set :variable:`CMAKE_FIND_NO_INSTALL_PREFIX` to TRUE to tell find_package not
to search in the :variable:`CMAKE_INSTALL_PREFIX` by default.  Note that the
prefix may still be searched for other reasons, such as being the same prefix
as the CMake installation, or for being a built-in system prefix.