Skip to content

Commit 2df9ff4

Browse files
authored
Fix tools.cmake include of cmake-scripts (#111)
1 parent 9e54d3c commit 2df9ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/tools.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if(USE_SANITIZER OR USE_STATIC_ANALYZER)
5252
)
5353
endif()
5454

55-
include(${StableCoder-cmake-scripts_SOURCE_DIR}/tools.cmake)
55+
include(${cmake-scripts_SOURCE_DIR}/tools.cmake)
5656

5757
clang_tidy(${CLANG_TIDY_ARGS})
5858
include_what_you_use(${IWYU_ARGS})

0 commit comments

Comments
 (0)