diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-06-05 11:08:52 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2019-06-24 10:00:21 (GMT) |
commit | 9201908ca5c10a6142c0558401445320773f1f1e (patch) | |
tree | 8f1889628d8c87e50d259931b08a40596bbd92a0 /Help | |
parent | 512013e276e66551c19c12af01336f96c26965a5 (diff) | |
download | CMake-9201908ca5c10a6142c0558401445320773f1f1e.zip CMake-9201908ca5c10a6142c0558401445320773f1f1e.tar.gz CMake-9201908ca5c10a6142c0558401445320773f1f1e.tar.bz2 |
FindPython: add Python_FIND_ABI hint.
This variable will enable to specify will ABIs will be searched.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindPython-FIND_ABI.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindPython-FIND_ABI.rst b/Help/release/dev/FindPython-FIND_ABI.rst new file mode 100644 index 0000000..19e3f71 --- /dev/null +++ b/Help/release/dev/FindPython-FIND_ABI.rst @@ -0,0 +1,5 @@ +FindPython-FIND_ABI +------------------- + +* Modules :module:`FindPython3` and :module:`FindPython` gain the capability + to control which ``ABIs`` will be searched. |