⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
cmake3
/
Help
/
variable
/
View File Name :
CMAKE_FIND_NO_INSTALL_PREFIX.rst
CMAKE_FIND_NO_INSTALL_PREFIX ---------------------------- Exclude the values of the :variable:`CMAKE_INSTALL_PREFIX` and :variable:`CMAKE_STAGING_PREFIX` variables from :variable:`CMAKE_SYSTEM_PREFIX_PATH`. CMake adds these project-destination prefixes to :variable:`CMAKE_SYSTEM_PREFIX_PATH` by default in order to support building a series of dependent packages and installing them into a common prefix. Set ``CMAKE_FIND_NO_INSTALL_PREFIX`` to ``TRUE`` to suppress this behavior. The :variable:`CMAKE_SYSTEM_PREFIX_PATH` is initialized on the first call to a :command:`project` or :command:`enable_language` command. Therefore one must set ``CMAKE_FIND_NO_INSTALL_PREFIX`` before this in order to take effect. A user may set the variable as a cache entry on the command line to achieve this. Note that the prefix(es) 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.