We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc34e00 commit 863b04fCopy full SHA for 863b04f
1 file changed
.github/workflows/code_ql_analysis.yml
@@ -77,7 +77,7 @@ jobs:
77
# has meaningful results
78
- name: Configure CMake
79
run: |
80
- cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -D${{ VMAware }}_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
+ cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DVMAware_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -DVMAware_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
81
82
# Initializes the CodeQL tools for scanning.
83
- name: Initialize CodeQL
0 commit comments