From 0cc9c5fd6c1467ac70eae4ccdd02a6122da7fdbc Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Sat, 25 Apr 2020 22:27:53 +0200 Subject: [PATCH] Fix comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25b2c725a..ddf9c2c37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,7 +163,7 @@ else () endif() #------------------------------------------------------ -# search for clang-format +# search for clazy-standalone find_program(CLAZY_STANDALONE clazy-standalone) if (CLAZY_STANDALONE) -- GitLab