Skip to content

Commit a38cc2a

Browse files
author
Dane Springmeyer
committed
disable tiff test on windows - closes mapnik#2838
1 parent e175056 commit a38cc2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/unit/imaging/tiff_io.cpp

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

2-
#if defined(HAVE_TIFF)
2+
// disabled on windows due to https://github.com/mapnik/mapnik/issues/2838
3+
// TODO - get to the bottom of why including `tiff_reader.cpp` breaks windows
4+
// or re-write image_readers to allow `#include tiff_reader.hpp`
5+
#if !defined(_MSC_VER) && defined(HAVE_TIFF)
36

47
#include "catch.hpp"
58

0 commit comments

Comments
 (0)