Skip to content

Commit d32445f

Browse files
committed
A bit more tidying
1 parent 18b5f36 commit d32445f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CMakePresets.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@
149149
},
150150
{
151151
"name": "DSS-Debug-Windows",
152-
"inherits": "Qt",
153-
"binaryDir": "${sourceDir}/build",
152+
"inherits": [
153+
"Qt",
154+
"DSS-Settings"
155+
],
154156
"cacheVariables": {
155157
"CMAKE_BUILD_TYPE": "Debug"
156158
},
@@ -165,8 +167,10 @@
165167
},
166168
{
167169
"name": "DSS-Release-Windows",
168-
"inherits": "Qt",
169-
"binaryDir": "${sourceDir}/build",
170+
"inherits": [
171+
"Qt",
172+
"DSS-Settings"
173+
],
170174
"cacheVariables": {
171175
"CMAKE_BUILD_TYPE": "Release"
172176
},
@@ -182,7 +186,7 @@
182186
],
183187
"vendor": {
184188
"qt-project.org/Presets": {
185-
"checksum": "iqlVQdfpt4eaZGYKmKbk7FY9ZRY="
189+
"checksum": "KeDbkLbL/T5w5seoQEvFd5iaAI4="
186190
}
187191
}
188192
}

0 commit comments

Comments
 (0)