We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e54d3c commit 2df9ff4Copy full SHA for 2df9ff4
cmake/tools.cmake
@@ -52,7 +52,7 @@ if(USE_SANITIZER OR USE_STATIC_ANALYZER)
52
)
53
endif()
54
55
- include(${StableCoder-cmake-scripts_SOURCE_DIR}/tools.cmake)
+ include(${cmake-scripts_SOURCE_DIR}/tools.cmake)
56
57
clang_tidy(${CLANG_TIDY_ARGS})
58
include_what_you_use(${IWYU_ARGS})
0 commit comments