Skip to content

Commit

Permalink
Fix CPP CMake option capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Apr 28, 2024
1 parent c2a7261 commit 73cac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
tar --strip-components=1 -xf cppcheck.tar.gz
mkdir build
cd build
cmake .. -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON
cmake .. -DHAVE_RULES=On -DUSE_MATCHCOMPILER=On
cmake --build .
- name: Build Geany
Expand Down

0 comments on commit 73cac04

Please sign in to comment.