This commit is contained in:
Mathis Logemann 2021-07-22 22:56:00 +02:00
parent 1f6a794b43
commit 01516c9603

View file

@ -79,8 +79,7 @@
},
"cacheVariables": {
"CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl",
"MAPNIK_DEBUG": "ON"
"CMAKE_CXX_COMPILER": "cl"
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
@ -95,7 +94,8 @@
"displayName": "Windows x64 Debug",
"inherits": "windows-default",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
"CMAKE_BUILD_TYPE": "Debug",
"MAPNIK_DEBUG": "ON"
}
},
{