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.
1 parent 6c5335d commit 354a4d9Copy full SHA for 354a4d9
.github/workflows/macos-linux-conda.yml
@@ -101,7 +101,8 @@ jobs:
101
-DPYTHON_EXECUTABLE=$(which python3) \
102
-DGENERATE_PYTHON_STUBS=ON \
103
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
104
- -DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }}
+ -DCMAKE_CXX_FLAGS=${{ matrix.cxx_options }} \
105
+ -DCMAKE_CXX_STANDARD=11
106
cmake --build . -j3
107
ctest --output-on-failure
108
cmake --install .
0 commit comments