mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
FindPython*: Windows: add facility to select lookup order for registry.
Fixes: #18302
This commit is contained in:
@@ -116,6 +116,17 @@ Hints
|
||||
* If set to TRUE, search **only** for static libraries.
|
||||
* If set to FALSE, search **only** for shared libraries.
|
||||
|
||||
``Python_FIND_REGISTRY``
|
||||
On Windows the ``Python_FIND_REGISTRY`` variable determine the order
|
||||
of preference between registry and environment variables.
|
||||
the ``Python_FIND_REGISTRY`` variable can be set to empty or one of the
|
||||
following:
|
||||
|
||||
* ``FIRST``: Try to use registry before environment variables.
|
||||
This is the default.
|
||||
* ``LAST``: Try to use registry after environment variables.
|
||||
* ``NEVER``: Never try to use registry.
|
||||
|
||||
``CMAKE_FIND_FRAMEWORK``
|
||||
On OS X the :variable:`CMAKE_FIND_FRAMEWORK` variable determine the order of
|
||||
preference between Apple-style and unix-style package components.
|
||||
|
||||
Reference in New Issue
Block a user