Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sun, 28 Apr 2024 15:12:52 UTC Commit: 9c94c22caf3e4816e0191aedeed85bf841f23eaf https://github.com/geany/geany-plugins/commit/9c94c22caf3e4816e0191aedeed85b...
Log Message: ----------- Merge pull request #1344 from eht16/ci_use_recent_cppcheck_fix_option
Fix CPP CMake option capitalization
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).