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