diff --git a/cmake/tools.cmake b/cmake/tools.cmake index 3f2075be..44f219c4 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})