Skip to content

Commit

Permalink
Merge pull request #36 from StephanKa/bugfix/static-analysis
Browse files Browse the repository at this point in the history
use c++17 only for static code analysis
  • Loading branch information
StephanKa authored Mar 7, 2024
2 parents f5c27ff + 34b3f76 commit 1096105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

- name: Configure via CMake
shell: bash
run: cmake --preset unixlike-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-static-analysis
run: cmake --preset unixlike-${{ matrix.compiler.preset }}-${{ matrix.buildtype }}-static-analysis -DCXX_STANDARD=17

- name: Build
shell: bash
Expand Down

0 comments on commit 1096105

Please sign in to comment.