Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 28 Apr 2024 15:05:22 UTC Commit: 73cac04d5e31b95cc6234c521045db21db89dc18 https://github.com/geany/geany-plugins/commit/73cac04d5e31b95cc6234c521045db...
Log Message: ----------- 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).
plugins-commits@lists.geany.org