We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b950796 commit 453cd8fCopy full SHA for 453cd8f
.github/workflows/static-analysis-pr.yml
@@ -30,6 +30,7 @@ jobs:
30
-D USE_SEQ=ON -D USE_MPI=ON
31
-D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
32
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
33
+ -D CMAKE_C_FLAGS="/usr/include/opencv4" -D CMAKE_CXX_FLAGS="/usr/include/opencv4"
34
config_file: .clang-tidy
35
exclude: 3rdparty
36
split_workflow: true
@@ -65,6 +66,7 @@ jobs:
65
66
67
68
69
70
71
72
0 commit comments