build: appveyor: use v140_xp toolset for xp compatibility
This commit is contained in:
parent
6bb6cf5717
commit
e3ff06318d
|
|
@ -12,9 +12,9 @@ build_script:
|
|||
cd cmakebuild
|
||||
|
||||
If ($env:Platform -Match "x64") {
|
||||
cmake .. -DCMAKE_GENERATOR_PLATFORM=x64
|
||||
cmake .. -T v140_xp -DCMAKE_GENERATOR_PLATFORM=x64
|
||||
} Else {
|
||||
cmake ..
|
||||
cmake .. -T v140_xp
|
||||
}
|
||||
|
||||
msbuild PACKAGE.vcxproj /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
|
|
|||
Loading…
Reference in New Issue