mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-17 12:04:35 +03:00
Fix tools.cmake include of cmake-scripts (#111)
This commit is contained in:
committed by
GitHub
parent
9e54d3ce9a
commit
2df9ff4cc0
@@ -52,7 +52,7 @@ if(USE_SANITIZER OR USE_STATIC_ANALYZER)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(${StableCoder-cmake-scripts_SOURCE_DIR}/tools.cmake)
|
include(${cmake-scripts_SOURCE_DIR}/tools.cmake)
|
||||||
|
|
||||||
clang_tidy(${CLANG_TIDY_ARGS})
|
clang_tidy(${CLANG_TIDY_ARGS})
|
||||||
include_what_you_use(${IWYU_ARGS})
|
include_what_you_use(${IWYU_ARGS})
|
||||||
|
|||||||
Reference in New Issue
Block a user