Skip to content

Commit

Permalink
Update msvc-codeanalysis.yml
Browse files Browse the repository at this point in the history
modified options
  • Loading branch information
jkriege2 authored Jan 9, 2024
1 parent 5730f49 commit 4626e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc-codeanalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
target: 'desktop'

- name: Configure CMake
run: cmake -B ${{ env.build }} -DCMAKE_BUILD_TYPE=${{ env.config }} "-DJKQtPlotter_BUILD_EXAMPLES:BOOL=OFF"
run: cmake -B ${{ env.build }} -DCMAKE_BUILD_TYPE=${{ env.config }} "-DJKQtPlotter_BUILD_EXAMPLES:BOOL=OFF" "-DJKQtPlotter_BUILD_TOOLS:BOOL=OFF" "-DJKQtPlotter_BUILD_WITH_PRECOMPILED_HEADERS:BOOL=OFF"

- name: Build CMake
run: cmake --build ${{ env.build }} --config ${{ env.config }}
Expand Down

0 comments on commit 4626e43

Please sign in to comment.