Skip to content

Commit

Permalink
[UPDATE] Rename FindClang* scripts to not conflict with mrt_cmake_mod…
Browse files Browse the repository at this point in the history
…ules.
  • Loading branch information
janstrohbeck committed Aug 14, 2020
1 parent a74bf6e commit 40a06e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function(create_git_hook)

list(APPEND CMAKE_MODULE_PATH ${GCF_DIR})
if("clang-format" IN_LIST GCF_cpp_FORMATTERS_LIST)
find_package(ClangFormat REQUIRED)
find_package(ClangFormatCurrent REQUIRED)
endif()
if("cmake-format" IN_LIST GCF_cmake_FORMATTERS_LIST)
find_program(GCF_CMAKE_FORMAT_PATH cmake-format REQUIRED)
Expand All @@ -70,7 +70,7 @@ function(create_git_hook)
endif()

if("clang-tidy" IN_LIST GCF_cpp_LINTERS_LIST)
find_package(ClangTidy REQUIRED)
find_package(ClangTidyCurrent REQUIRED)
endif()
if("pylint" IN_LIST GCF_py_LINTERS_LIST)
find_program(GCF_PYLINT_PATH pylint REQUIRED)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 40a06e4

Please sign in to comment.