Skip to content

Commit 6a0a5cc

Browse files
author
John McFarlane
committed
Fix clang-tidy failure in benchmark lib
- Clang-Tidy shouldn't be checking dependencies
1 parent 8fe13e5 commit 6a0a5cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include(linux-clang-14-libc++)
22
[env]
3-
CONAN_CMAKE_TOOLCHAIN_FILE=$TOOLCHAIN_DIR/clang-tidy.cmake
3+
CONAN_CMAKE_TOOLCHAIN_FILE=$TOOLCHAIN_DIR/clang-libc++.cmake
4+
cnl:CONAN_CMAKE_TOOLCHAIN_FILE=$TOOLCHAIN_DIR/clang-tidy.cmake

0 commit comments

Comments
 (0)