fix
This commit is contained in:
parent
1f6a794b43
commit
01516c9603
1 changed files with 3 additions and 3 deletions
|
@ -79,8 +79,7 @@
|
||||||
},
|
},
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_C_COMPILER": "cl",
|
"CMAKE_C_COMPILER": "cl",
|
||||||
"CMAKE_CXX_COMPILER": "cl",
|
"CMAKE_CXX_COMPILER": "cl"
|
||||||
"MAPNIK_DEBUG": "ON"
|
|
||||||
},
|
},
|
||||||
"vendor": {
|
"vendor": {
|
||||||
"microsoft.com/VisualStudioSettings/CMake/1.0": {
|
"microsoft.com/VisualStudioSettings/CMake/1.0": {
|
||||||
|
@ -95,7 +94,8 @@
|
||||||
"displayName": "Windows x64 Debug",
|
"displayName": "Windows x64 Debug",
|
||||||
"inherits": "windows-default",
|
"inherits": "windows-default",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Debug"
|
"CMAKE_BUILD_TYPE": "Debug",
|
||||||
|
"MAPNIK_DEBUG": "ON"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue