fix
This commit is contained in:
parent
1f6a794b43
commit
01516c9603
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue