Fix tools.cmake include of cmake-scripts (#111)
This commit is contained in:
parent
9e54d3ce9a
commit
2df9ff4cc0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if(USE_SANITIZER OR USE_STATIC_ANALYZER)
|
|||
)
|
||||
endif()
|
||||
|
||||
include(${StableCoder-cmake-scripts_SOURCE_DIR}/tools.cmake)
|
||||
include(${cmake-scripts_SOURCE_DIR}/tools.cmake)
|
||||
|
||||
clang_tidy(${CLANG_TIDY_ARGS})
|
||||
include_what_you_use(${IWYU_ARGS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue