We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57718b commit 051c637Copy full SHA for 051c637
CMakePresets.json
@@ -1,16 +1,10 @@
1
{
2
- "version": 8,
3
- "configurePresets": [
4
- {
5
- "name": "Custom configure preset",
6
- "displayName": "Custom configure preset",
7
- "description": "Sets Ninja generator, build and install directory",
8
- "generator": "Ninja",
9
- "binaryDir": "${sourceDir}/out/build/${presetName}",
10
- "cacheVariables": {
11
- "CMAKE_BUILD_TYPE": "Debug",
12
- "CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}"
13
- }
14
15
- ]
16
-}
+ "version": 6,
+ "cmakeMinimumRequired": {
+ "major": 3,
+ "minor": 25,
+ "patch": 0
+ },
+ "configurePresets": [],
+ "buildPresets": []
+}
0 commit comments