Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollstrecker committed Jan 3, 2025
1 parent c2b5faf commit c11199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/minizip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if(MINIZIP_BUILD_SHARED)
libminizip
PROPERTIES EXPORT_NAME minizip
OUTPUT_NAME minizip
VERSIOM ${minizip_VERSION}
VERSION ${minizip_VERSION}
SOVERSION ${minizip_VERSION_MAJOR})
target_link_libraries(libminizip PUBLIC ZLIB::ZLIB)

Expand Down

0 comments on commit c11199b

Please sign in to comment.