Steven A. Falco
40589d2c33
Add python 3.11 support
4 years ago
Steven Falco
d85d0efdd8
Add python 3.10 detection to CMake
5 years ago
Mark Roszko
7656663a2f
Fix Python integration to build with vcpkg
* Add vcpkg support to find Oython using CMake
* Fix pid_t conflict with python
* Fix COMPILER conflict with python
5 years ago
Steven A. Falco
7fd661f06b
Add Python 3.9 compatibility
Taken from downstream Fedora commit.
Original author info:
Charalampos Stratakis <cstratak@redhat.com> 2020-05-28 12:26:59
Downstream commit: a2677c159ad529
6 years ago
Thomas Pointhuber
4a2a76af37
Improve CMake Python code
* We have code with u'' which means minimum version is 3.3
* Python 3.8 is already in development, be a bit more future proof
7 years ago
Thomas Pointhuber
e729454409
Add missing python 3 versions to FindPythonLibs.cmake
7 years ago
Brian Sidebotham
e4a5f2482e
* Fix FindPythonLibs to search /include/ for Python.h
11 years ago
Wayne Stambaugh
3ee0c98c9f
Restore custom FindPythonLibs.cmake with improvements to fix MSYS2 bug.
11 years ago
Wayne Stambaugh
655703ccc8
CMake housekeeping.
* Remove CMakeParseArguments.cmake to use the version that ships with CMake.
* Remove FindPackageHandleStandardArgs.cmake to use the version that ships
with CMake.
* Remove FindPythonLibs.cmake to use the version that ships with CMake.
* Edit FindPythonInterp.cmake to use the stock CMake version of
FindPackageHandleStandardArgs.cmake since the local version was removed.
11 years ago
Brian Sidebotham
c99243ffc5
* Added modified CMake FindPython... modules to support using Python-a-mingw-us distribution when building Windows scripting support using MinGW
12 years ago