Skip to content

Commit de18f9c

Browse files
author
Stéphane Cerveau
committed
libtiff: provides a format to ssize_t
1 parent 563ecfb commit de18f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thirdparty/libtiff/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ else()
221221
message(FATAL_ERROR "unknown ssize_t")
222222
endif()
223223
else()
224+
set(TIFF_SSIZE_FORMAT "%ld")
224225
set(TIFF_SSIZE_T ssize_t)
225226
endif()
226227
set(TIFF_INT32_FORMAT "%d")

0 commit comments

Comments
 (0)