1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

Fix tools.cmake include of cmake-scripts

This commit is contained in:
Luke Peterson 2021-03-21 17:07:28 -07:00
parent 9e54d3ce9a
commit fd1f814af1

View file

@ -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})