From 63fc5d28bebf80c6ee514d9a7795ee22104262c3 Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Thu, 6 Jul 2017 09:53:13 +0100 Subject: [PATCH] fix comment that wasn't needed --- .../clang-format/cmake/modules/clang-format.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/04-static-analysis/clang-format/cmake/modules/clang-format.cmake b/04-static-analysis/clang-format/cmake/modules/clang-format.cmake index 06f5195..1527560 100644 --- a/04-static-analysis/clang-format/cmake/modules/clang-format.cmake +++ b/04-static-analysis/clang-format/cmake/modules/clang-format.cmake @@ -33,8 +33,6 @@ add_custom_target(format-check | grep "replacement offset" 2>&1 > /dev/null ) -# This is a hack because our CMake root dir isn't the same as our git root dir - # Get the path to this file get_filename_component(_clangcheckpath ${CMAKE_CURRENT_LIST_FILE} PATH) # call the script to chech changed files in git