mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Find: Provide global controls for the NO_[]_PATH call options
This commit is contained in:
committed by
Brad King
parent
f0a89149bc
commit
02f527c66a
11
Help/variable/CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH.rst
Normal file
11
Help/variable/CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH
|
||||
-------------------------------------
|
||||
|
||||
Controls the searching the cmake-specific environment variables by the :command:`find_program`,
|
||||
:command:`find_library`, :command:`find_file`, :command:`find_package`, and :command:`find_path`.
|
||||
This is useful in cross-compiling environments.
|
||||
|
||||
By default this this is set to ``TRUE``.
|
||||
|
||||
See also the :variable:`CMAKE_FIND_USE_CMAKE_PATH`, :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH`,
|
||||
:variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH`, and :variable:`CMAKE_FIND_USE_PACAKGE_ROOT_PATH` variables.
|
||||
11
Help/variable/CMAKE_FIND_USE_CMAKE_PATH.rst
Normal file
11
Help/variable/CMAKE_FIND_USE_CMAKE_PATH.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_FIND_USE_CMAKE_PATH
|
||||
-------------------------
|
||||
|
||||
Controls the searching the cmake-specific cache variables by the :command:`find_program`,
|
||||
:command:`find_library`, :command:`find_file`, :command:`find_package`, and :command:`find_path`.
|
||||
This is useful in cross-compiling environments.
|
||||
|
||||
By default this this is set to ``TRUE``.
|
||||
|
||||
See also the :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH`, :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH`,
|
||||
:variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH`, and :variable:`CMAKE_FIND_USE_PACAKGE_ROOT_PATH` variables.
|
||||
11
Help/variable/CMAKE_FIND_USE_CMAKE_SYSTEM_PATH.rst
Normal file
11
Help/variable/CMAKE_FIND_USE_CMAKE_SYSTEM_PATH.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH
|
||||
--------------------------------
|
||||
|
||||
Controls the searching cmake platform specific variables by the :command:`find_program`,
|
||||
:command:`find_library`, :command:`find_file`, :command:`find_package`, and :command:`find_path`.
|
||||
This is useful in cross-compiling environments.
|
||||
|
||||
By default this this is set to ``TRUE``.
|
||||
|
||||
See also the :variable:`CMAKE_FIND_USE_CMAKE_PATH`, :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH`,
|
||||
:variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH`, and :variable:`CMAKE_FIND_USE_PACAKGE_ROOT_PATH` variables.
|
||||
11
Help/variable/CMAKE_FIND_USE_PACAKGE_ROOT_PATH.rst
Normal file
11
Help/variable/CMAKE_FIND_USE_PACAKGE_ROOT_PATH.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_FIND_USE_PACAKGE_ROOT_PATH
|
||||
--------------------------------
|
||||
|
||||
Controls the searching of :variable:`<PackageName>_ROOT` variables by the :command:`find_program`,
|
||||
:command:`find_library`, :command:`find_file`, :command:`find_package`, and :command:`find_path`.
|
||||
This is useful in cross-compiling environments.
|
||||
|
||||
By default this this is set to ``TRUE``.
|
||||
|
||||
See also the :variable:`CMAKE_FIND_USE_CMAKE_PATH`, :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH`,
|
||||
:variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH`, and :variable:`CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH` variables.
|
||||
11
Help/variable/CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH.rst
Normal file
11
Help/variable/CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH
|
||||
--------------------------------------
|
||||
|
||||
Controls the searching the standard system environment variables by the :command:`find_program`,
|
||||
:command:`find_library`, :command:`find_file`, :command:`find_package`, and :command:`find_path`.
|
||||
This is useful in cross-compiling environments.
|
||||
|
||||
By default this this is set to ``TRUE``.
|
||||
|
||||
See also the :variable:`CMAKE_FIND_USE_CMAKE_PATH`, :variable:`CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH`,
|
||||
:variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH`, and :variable:`CMAKE_FIND_USE_PACAKGE_ROOT_PATH` variables.
|
||||
Reference in New Issue
Block a user