You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cmake): upgrade maximum supported CMake version to 3.27 (#4786)
* 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 <[email protected]>
* tests: fix issues with finding Python
Signed-off-by: Henry Schreiner <[email protected]>
* tests: also set executable on subdir tests
Signed-off-by: Henry Schreiner <[email protected]>
* fix(cmake): correct logic for FindPython
Signed-off-by: Henry Schreiner <[email protected]>
* Update ci.yml
* Revert "Update ci.yml"
This reverts commit 33798ad.
---------
Signed-off-by: Henry Schreiner <[email protected]>
Co-authored-by: Henry Schreiner <[email protected]>
0 commit comments