- Added more
PY_BUILD_CMAKE_*
variables. - Renamed
PY_BUILD_CMAKE_MODULE_NAME
→PY_BUILD_CMAKE_IMPORT_NAME
,PY_BUILD_CMAKE_PACKAGE_NAME
→PY_BUILD_CMAKE_PROJECT_NAME
,PY_BUILD_CMAKE_PACKAGE_VERSION
→PY_BUILD_CMAKE_PROJECT_VERSION
(the old variables are still available for backwards compatibility). - More robust CMake FindPython hints.
- New Variables reference: https://tttapa.github.io/py-build-cmake/Variables.html
- Simplified minimal example CMakeLists.txt.
- Improved documentation.
Full Changelog: 0.3.3...0.3.4