Skip to content

Commit 369f2e2

Browse files
Merge pull request #49 from LeonMatthesKDAB/1.0
Fix clang-tidy failures
2 parents f9a7fc0 + e9a5155 commit 369f2e2

File tree

3 files changed

+1285
-988
lines changed

3 files changed

+1285
-988
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
cmake_minimum_required(VERSION 3.12)
1212
project(KDBindings-Tests)
1313

14-
include_directories(./doctest)
14+
# We use `SYSTEM` here, because we don't want to see warnings from doctest in clang-tidy.
15+
# See: https://www.reddit.com/r/cmake/comments/zhqq9f/comment/j34m17q/?utm_source=share&utm_medium=web2x&context=3
16+
include_directories(SYSTEM ./doctest)
1517

1618
add_subdirectory(binding)
1719
add_subdirectory(node)

0 commit comments

Comments
 (0)