Skip to content

Commit a26655e

Browse files
author
Vollstrecker
committed
typo in define
1 parent 82d59a4 commit a26655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ if(ZLIB_BUILD_STATIC)
204204
$<$<BOOL:${MSVC}>:_CRT_SECURE_NO_DEPRECATE>
205205
$<$<BOOL:${MSVC}>:_CRT_NONSTDC_NO_DEPRECATE>
206206
PUBLIC
207-
$<$<BOOL:${HAVE_OFF64_T}>:LARGEFILE64_SOURCE=1>)
207+
$<$<BOOL:${HAVE_OFF64_T}>:_LARGEFILE64_SOURCE=1>)
208208
set_target_properties(zlibstatic PROPERTIES
209209
EXPORT_NAME ZLIBSTATIC
210210
OUTPUT_NAME z${zlib_static_suffix})

0 commit comments

Comments
 (0)