summaryrefslogtreecommitdiffstats
path: root/cmake/FindClangFormat.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindClangFormat.cmake')
-rw-r--r--cmake/FindClangFormat.cmake3
1 files changed, 1 insertions, 2 deletions
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!")