|
65 | 65 | "binaryDir": "Result.Windows.x64.MultiConfig", |
66 | 66 | "architecture": "x64", |
67 | 67 | "cacheVariables": { |
68 | | - "CMAKE_INSTALL_PREFIX": "Result.Windows.x64.MultiConfig", |
69 | 68 | "CMAKE_CONFIGURATION_TYPES": "Debug" |
70 | 69 | } |
71 | 70 |
|
|
87 | 86 | "generator": "Xcode", |
88 | 87 | "cacheVariables": { |
89 | 88 | "BUILD_FRAMEWORK": "ON", |
90 | | - "CMAKE_INSTALL_PREFIX": "Result.Darwin.x64.Debug", |
91 | 89 | "CMAKE_CONFIGURATION_TYPES": "Debug" |
92 | 90 | } |
93 | 91 | }, |
|
98 | 96 | "binaryDir": "Result.Darwin.x64.Release", |
99 | 97 | "cacheVariables": { |
100 | 98 | "CMAKE_BUILD_TYPE": "Release", |
101 | | - "CMAKE_INSTALL_PREFIX": "Result.Darwin.x64.Release", |
102 | 99 | "CMAKE_CONFIGURATION_TYPES": "Release" |
103 | 100 | } |
104 | 101 | }, |
|
107 | 104 | "name": "Darwin_arm64_Debug", |
108 | 105 | "inherits": "Darwin_x64_Debug", |
109 | 106 | "binaryDir": "Result.Darwin.arm64.Debug", |
110 | | - "displayName": "Darwin ARM XCode Debug", |
111 | | - "cacheVariables": { |
112 | | - "CMAKE_INSTALL_PREFIX": "Result.Darwin.arm64.Debug" |
113 | | - } |
| 107 | + "displayName": "Darwin ARM XCode Debug" |
114 | 108 | }, |
115 | 109 |
|
116 | 110 | { |
117 | 111 | "name": "Darwin_arm64_Release", |
118 | 112 | "inherits": "Darwin_x64_Release", |
119 | 113 | "binaryDir": "Result.Darwin.arm64.Release", |
120 | | - "displayName": "Darwin ARM XCode Release", |
121 | | - "cacheVariables": { |
122 | | - "CMAKE_INSTALL_PREFIX": "Result.Darwin.arm64.Release" |
123 | | - } |
| 114 | + "displayName": "Darwin ARM XCode Release" |
124 | 115 | }, |
125 | 116 |
|
126 | 117 | { |
|
0 commit comments