diff --git a/Makefile b/Makefile index c1475b8981e87126f9da9bb0357f8e5df296ae06..d84768b99e3a8a0f2352d0462f409c69a7621ed4 100644 --- a/Makefile +++ b/Makefile @@ -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)