File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"configurePresets" : [
9
9
{
10
- "name" : " Debug " ,
10
+ "name" : " debug " ,
11
11
"displayName" : " Debug-Base" ,
12
12
"description" : " Debug Config including tests." ,
13
13
"binaryDir" : " ${sourceDir}/build/debug" ,
29
29
}
30
30
},
31
31
{
32
- "name" : " Release " ,
33
- "inherits" : " Debug " ,
32
+ "name" : " release " ,
33
+ "inherits" : " debug " ,
34
34
"displayName" : " Release-Base" ,
35
35
"description" : " Release Config including tests." ,
36
36
"binaryDir" : " ${sourceDir}/build/release" ,
39
39
}
40
40
},
41
41
{
42
- "name" : " RelWithDebInfo " ,
43
- "inherits" : " Release " ,
42
+ "name" : " relwithdebinfo " ,
43
+ "inherits" : " release " ,
44
44
"displayName" : " RelWithDebInfo-Base" ,
45
45
"description" : " RelWithDebInfo Config including tests." ,
46
46
"binaryDir" : " ${sourceDir}/build/relwithdebinfo" ,
49
49
}
50
50
},
51
51
{
52
- "name" : " Dist " ,
53
- "inherits" : " Release " ,
52
+ "name" : " dist " ,
53
+ "inherits" : " release " ,
54
54
"displayName" : " Distribution-Base" ,
55
55
"description" : " Release Config without Tests." ,
56
56
"binaryDir" : " ${sourceDir}/build/dist" ,
Original file line number Diff line number Diff line change 8
8
"configurePresets" : [
9
9
{
10
10
"name" : " Debug-MSVC" ,
11
- "inherits" : " Debug " ,
11
+ "inherits" : " debug " ,
12
12
"generator" : " Visual Studio 17 2022" ,
13
13
"architecture" : " x64" ,
14
14
"binaryDir" : " ${sourceDir}/build/debug-msvc" ,
61
61
},
62
62
{
63
63
"name" : " Debug-GCC" ,
64
- "inherits" : " Debug " ,
64
+ "inherits" : " debug " ,
65
65
"binaryDir" : " ${sourceDir}/build/debug-gcc" ,
66
66
"toolchainFile" : " /home/$env{USER}/vcpkg/scripts/buildsystems/vcpkg.cmake" ,
67
67
"cacheVariables" : {
You can’t perform that action at this time.
0 commit comments