From fd1f814af15d7576b4cbc0a826e6e1daa1cfdc58 Mon Sep 17 00:00:00 2001 From: Luke Peterson Date: Sun, 21 Mar 2021 17:07:28 -0700 Subject: [PATCH] Fix tools.cmake include of cmake-scripts --- cmake/tools.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/tools.cmake b/cmake/tools.cmake index 3f2075b..44f219c 100644 --- a/cmake/tools.cmake +++ b/cmake/tools.cmake @@ -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})