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 9ddf686

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/static-analysis-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +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"
33+
-D CMAKE_C_FLAGS=/usr/include/opencv4 -D CMAKE_CXX_FLAGS=/usr/include/opencv4
3434
config_file: .clang-tidy
3535
exclude: 3rdparty
3636
split_workflow: true
@@ -66,7 +66,7 @@ jobs:
6666
-D USE_SEQ=ON -D USE_MPI=ON
6767
-D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
6868
-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"
69+
-D CMAKE_C_FLAGS=/usr/include/opencv4 -D CMAKE_CXX_FLAGS=/usr/include/opencv4
7070
config_file: .clang-tidy
7171
exclude: 3rdparty
7272
split_workflow: true

0 commit comments

Comments
 (0)
Please sign in to comment.