mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
FindPython*: Manage weak link for Python modules
Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FindPython-module
|
||||
-----------------
|
||||
|
||||
* Modules :module:`FindPython`, :module:`FindPython2` and :module:`FindPython3`
|
||||
gain a new target (respectively ``Python::Module``, ``Python2::Module``
|
||||
and ``Python3::Module``) which can be used to develop Python modules.
|
||||
Reference in New Issue
Block a user