Skip to content

Commit e88963e

Browse files
committed
AppVeyor/MSVC: Use Windows XP profile
This should™ only use Windows functions that are available as of windows xp.
1 parent 647e4a7 commit e88963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_build:
2121
- cmd: cd \projects\dspdfviewer\build
2222
- cmd: >
2323
cmake ..
24-
-G "Visual Studio 12 2013"
24+
-G "Visual Studio 12 2013" -T v120_xp
2525
-DUseQtFive=ON
2626
-DUsePrerenderedPDF=ON
2727
-DBoostStaticLink=ON

0 commit comments

Comments
 (0)