Merge branch 'bug_2829' into 'master'
WIN32: use tif_win32.c when building with CMake See merge request libtiff/libtiff!75
This commit is contained in:
commit
9acff86b56
@ -104,7 +104,7 @@ set(tiffxx_HEADERS
|
|||||||
set(tiffxx_SOURCES
|
set(tiffxx_SOURCES
|
||||||
tif_stream.cxx)
|
tif_stream.cxx)
|
||||||
|
|
||||||
if(WIN32_IO)
|
if(USE_WIN32_FILEIO)
|
||||||
extra_dist(tif_unix.c)
|
extra_dist(tif_unix.c)
|
||||||
list(APPEND tiff_SOURCES tif_win32.c)
|
list(APPEND tiff_SOURCES tif_win32.c)
|
||||||
else()
|
else()
|
||||||
|
Loading…
Reference in New Issue
Block a user