build: appveyor: use v140_xp toolset for xp compatibility
This commit is contained in:
parent
b652f00fdd
commit
7bef255ad5
|
|
@ -14,9 +14,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