WIN32: use tif_win32.c when building with CMake
see http://bugzilla.maptools.org/show_bug.cgi?id=2829 the top CMakeLists.txt defines win32_io and USE_WIN32_FILEIO WIN32_IO is defined nowhere in CMake (only in automake things)
This commit is contained in:
parent
453be8a9ce
commit
59eb35172f
@ -104,7 +104,7 @@ set(tiffxx_HEADERS
|
||||
set(tiffxx_SOURCES
|
||||
tif_stream.cxx)
|
||||
|
||||
if(WIN32_IO)
|
||||
if(USE_WIN32_FILEIO)
|
||||
extra_dist(tif_unix.c)
|
||||
list(APPEND tiff_SOURCES tif_win32.c)
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user