From 2df9ff4cc0b01b51a8144c668f0fd5cec2d8dbd4 Mon Sep 17 00:00:00 2001 From: Dale Lukas Peterson Date: Mon, 22 Mar 2021 01:09:15 -0700 Subject: [PATCH] Fix tools.cmake include of cmake-scripts (#111) --- cmake/tools.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})