|
68 | 68 | "displayName": "Linux OCVSMD (Debug)", |
69 | 69 | "description": "Builds OCVSMD for Linux", |
70 | 70 | "configurePreset": "OCVSMD-Linux", |
71 | | - "configuration": "Debug", |
72 | | - "targets": [ |
73 | | - "ocvsmd" |
74 | | - ] |
| 71 | + "configuration": "Debug" |
75 | 72 | }, |
76 | 73 | { |
77 | 74 | "name": "OCVSMD-Linux-Release", |
78 | 75 | "displayName": "Linux OCVSMD (Release)", |
79 | 76 | "description": "Builds OCVSMD for Linux", |
80 | 77 | "configurePreset": "OCVSMD-Linux", |
81 | | - "configuration": "Release", |
82 | | - "targets": [ |
83 | | - "ocvsmd" |
84 | | - ] |
| 78 | + "configuration": "Release" |
85 | 79 | }, |
86 | 80 | { |
87 | 81 | "name": "OCVSMD-BSD-Debug", |
88 | 82 | "displayName": "BSD OCVSMD (Debug)", |
89 | 83 | "description": "Builds OCVSMD for BSD", |
90 | 84 | "configurePreset": "OCVSMD-BSD", |
91 | | - "configuration": "Debug", |
92 | | - "targets": [ |
93 | | - "ocvsmd" |
94 | | - ] |
| 85 | + "configuration": "Debug" |
95 | 86 | }, |
96 | 87 | { |
97 | 88 | "name": "OCVSMD-BSD-Release", |
98 | 89 | "displayName": "BSD OCVSMD (Release)", |
99 | 90 | "description": "Builds OCVSMD for BSD", |
100 | 91 | "configurePreset": "OCVSMD-BSD", |
101 | | - "configuration": "Release", |
102 | | - "targets": [ |
103 | | - "ocvsmd" |
104 | | - ] |
| 92 | + "configuration": "Release" |
105 | 93 | } |
106 | 94 | ], |
107 | 95 | "testPresets": [ |
|
0 commit comments