From ba20fa121a0e97a7862aa163a11c7337a05188f7 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 11 Mar 2021 16:47:05 +0100 Subject: [BUILD] Enable lint targets if lint programs are found --- cmake/FindClangFormat.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmake/FindClangFormat.cmake') diff --git a/cmake/FindClangFormat.cmake b/cmake/FindClangFormat.cmake index 9abf943..a6c77d4 100644 --- a/cmake/FindClangFormat.cmake +++ b/cmake/FindClangFormat.cmake @@ -17,5 +17,4 @@ find_package_handle_standard_args(ClangFormat FOUND_VAR ClangFormat_FOUND REQUIRED_VARS ClangFormat_EXECUTABLE VERSION_VAR ClangFormat_VERSION - FAIL_MESSAGE "clang-format is not available! Please install clang-format to format the source code!") - + FAIL_MESSAGE "clang-format is not available! Please install clang-format to lint and format the source code!") -- cgit v1.2.3-55-g7522