Skip to content

Commit d48cfe5

Browse files
committed
Disable PNG on Windows
1 parent 68564c0 commit d48cfe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
before_build:
1616
- cmake --version
1717
- cd cmake_build
18-
- cmake .. -G "Visual Studio 15 2017"
18+
- cmake .. -G "Visual Studio 15 2017" -DPNG_SUPPORTED=NO
1919

2020
build_script:
2121
- cd %APPVEYOR_BUILD_FOLDER%

0 commit comments

Comments
 (0)