File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
-D USE_SEQ=ON -D USE_MPI=ON
31
31
-D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
32
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"
33
+ -D CMAKE_C_FLAGS=/usr/include/opencv4 -D CMAKE_CXX_FLAGS=/usr/include/opencv4
34
34
config_file : .clang-tidy
35
35
exclude : 3rdparty
36
36
split_workflow : true
66
66
-D USE_SEQ=ON -D USE_MPI=ON
67
67
-D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
68
68
-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
70
70
config_file : .clang-tidy
71
71
exclude : 3rdparty
72
72
split_workflow : true
You can’t perform that action at this time.
0 commit comments