We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Python_EXECUTABLE
1 parent bed84d6 commit 3e58a30Copy full SHA for 3e58a30
.github/workflows/ci.yml
@@ -1141,7 +1141,7 @@ jobs:
1141
-DDOWNLOAD_EIGEN=ON
1142
-DCMAKE_CXX_COMPILER=clang++
1143
-DCMAKE_CXX_STANDARD=17
1144
- -DPYTHON_EXECUTABLE=/usr/local/bin/python3
+ -DPython_EXECUTABLE=/usr/local/bin/python3
1145
1146
- name: Build
1147
run: cmake --build . -j 2
@@ -1164,7 +1164,7 @@ jobs:
1164
1165
1166
1167
1168
"-DPYBIND11_TEST_OVERRIDE=test_call_policies.cpp;test_gil_scoped.cpp;test_thread.cpp"
1169
1170
- name: Build - Exercise cmake -DPYBIND11_TEST_OVERRIDE
0 commit comments