Skip to content

Commit

Permalink
typo in define
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Dec 24, 2024
1 parent 82d59a4 commit a26655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ if(ZLIB_BUILD_STATIC)
$<$<BOOL:${MSVC}>:_CRT_SECURE_NO_DEPRECATE>
$<$<BOOL:${MSVC}>:_CRT_NONSTDC_NO_DEPRECATE>
PUBLIC
$<$<BOOL:${HAVE_OFF64_T}>:LARGEFILE64_SOURCE=1>)
$<$<BOOL:${HAVE_OFF64_T}>:_LARGEFILE64_SOURCE=1>)
set_target_properties(zlibstatic PROPERTIES
EXPORT_NAME ZLIBSTATIC
OUTPUT_NAME z${zlib_static_suffix})
Expand Down

0 comments on commit a26655e

Please sign in to comment.