Skip to content
Snippets Groups Projects
Commit ad7f2d22 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Fix missing -v flag for iwyu on Fedora

parent b979f98f
Branches
No related tags found
2 merge requests!41Release 0.3.0,!39Add test for connection error if certificate is not valid
......@@ -67,7 +67,7 @@ build-debug: conan-install-debug
build-release: conan-install-release
# cmake --preset conan-release # for CMake >= 3.23
@command -v iwyu || command include-what-you-use || \
@command -v iwyu || command -v include-what-you-use || \
(echo "Could not find 'iwyu', exiting."; exit 1)
@command -v clang-tidy || command -v clang-tidy-16 || \
(echo "Could not find 'clang-tidy'(-16), exiting."; exit 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment