mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-02 12:22:27 +00:00
Fixup CMakePresets.json
- Fix vcpkg presetName variable evaluation - Remove tabs & fix alignment
This commit is contained in:
parent
5bedbc18c4
commit
287d4a66dc
@ -37,7 +37,7 @@
|
|||||||
"name": "win-msvc",
|
"name": "win-msvc",
|
||||||
"displayName": "Windows MSVC (VS 2022)",
|
"displayName": "Windows MSVC (VS 2022)",
|
||||||
"generator": "Visual Studio 17 2022",
|
"generator": "Visual Studio 17 2022",
|
||||||
"binaryDir": "${sourceDir}/build/{presetName}",
|
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||||
"architecture": { "value": "x64" },
|
"architecture": { "value": "x64" },
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_CONFIGURATION_TYPES": "Debug;Release",
|
"CMAKE_CONFIGURATION_TYPES": "Debug;Release",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user