Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 453cd8f

Browse files
authoredFeb 10, 2025··
Update static-analysis-pr.yml
1 parent b950796 commit 453cd8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎.github/workflows/static-analysis-pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
-D USE_SEQ=ON -D USE_MPI=ON
3131
-D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
3232
-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"
3334
config_file: .clang-tidy
3435
exclude: 3rdparty
3536
split_workflow: true
@@ -65,6 +66,7 @@ jobs:
6566
-D USE_SEQ=ON -D USE_MPI=ON
6667
-D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
6768
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
69+
-D CMAKE_C_FLAGS="/usr/include/opencv4" -D CMAKE_CXX_FLAGS="/usr/include/opencv4"
6870
config_file: .clang-tidy
6971
exclude: 3rdparty
7072
split_workflow: true

0 commit comments

Comments
 (0)
Please sign in to comment.