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

Fix tools.cmake include of cmake-scripts (#111)

This commit is contained in:
Dale Lukas Peterson 2021-03-22 01:09:15 -07:00 committed by GitHub
parent 9e54d3ce9a
commit 2df9ff4cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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