mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-04 13:41:36 +00:00
feat: drop CMake 3.6 and below, modernize CMake
fix: include PYTHON_IS_DEBUG
This commit is contained in:
committed by
Henry Schreiner
parent
1491c94c9d
commit
6ec1775fff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -95,7 +95,6 @@ jobs:
|
||||
- name: Configure C++11
|
||||
shell: bash
|
||||
run: >
|
||||
cmake --version &&
|
||||
cmake -S . -B build
|
||||
-DPYBIND11_WERROR=ON
|
||||
-DDOWNLOAD_CATCH=ON
|
||||
@@ -163,7 +162,6 @@ jobs:
|
||||
- name: Configure
|
||||
shell: bash
|
||||
run: >
|
||||
cmake --version &&
|
||||
cmake -S . -B build
|
||||
-DPYBIND11_WERROR=ON
|
||||
-DDOWNLOAD_CATCH=ON
|
||||
@@ -210,7 +208,6 @@ jobs:
|
||||
- name: Configure
|
||||
shell: bash
|
||||
run: >
|
||||
cmake --version &&
|
||||
cmake -S . -B build
|
||||
-DPYBIND11_WERROR=ON
|
||||
-DDOWNLOAD_CATCH=ON
|
||||
@@ -256,7 +253,6 @@ jobs:
|
||||
- name: Configure
|
||||
shell: bash
|
||||
run: >
|
||||
cmake --version &&
|
||||
cmake -S . -B build
|
||||
-DPYBIND11_WERROR=ON
|
||||
-DDOWNLOAD_CATCH=ON
|
||||
|
||||
Reference in New Issue
Block a user