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 b183b27 commit 98702e4Copy full SHA for 98702e4
CMakeLists.txt
@@ -18,6 +18,12 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
18
# Useful for folders in some IDEs
19
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
20
21
+ set(CMAKE_CXX_CLANG_TIDY
22
+ clang-tidy;
23
+ -header-filter=include/pops/*.hpp;
24
+ -checks=*;
25
+ -warnings-as-errors=*;)
26
+
27
# Enables testing for subdirectories and adds target test
28
include(CTest)
29
0 commit comments