mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
daea1130b4
* Upgrade maximum supported CMake version to 3.27 to fix warning with CMP0148 policy (#4785)
* Update `macos_brew_install_llvm` pipeline to use expected Python installation
* Fix `Python_EXECUTABLE` Cmake variable typo
* Apply suggestions from code review
* fix: use FindPython for CMake 3.18+ by default for pybind11's tests
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* tests: fix issues with finding Python
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* tests: also set executable on subdir tests
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* fix(cmake): correct logic for FindPython
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* Update ci.yml
* Revert "Update ci.yml"
This reverts commit
|
||
---|---|---|
.. | ||
installed_embed | ||
installed_function | ||
installed_target | ||
subdirectory_embed | ||
subdirectory_function | ||
subdirectory_target | ||
CMakeLists.txt | ||
embed.cpp | ||
main.cpp | ||
test.py |