Skip to content

Commit 02a3efb

Browse files
authored
Update portfile.cmake
1 parent ed50883 commit 02a3efb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ports/wvlet-lib/portfile.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,18 @@ file(DOWNLOAD
1717
${WVLET_STATIC_URL}
1818
${CURRENT_PACKAGES_DIR}/lib/libwvlet.a
1919
SHOW_PROGRESS
20-
EXPECTED_HASH SHA512=<checksum-for-static-lib>
2120
)
22-
2321
# Download the dynamic library
2422
file(DOWNLOAD
2523
${WVLET_DYNAMIC_URL}
2624
${CURRENT_PACKAGES_DIR}/lib/libwvlet${CMAKE_SHARED_LIBRARY_SUFFIX}
2725
SHOW_PROGRESS
28-
EXPECTED_HASH SHA512=<checksum-for-dynamic-lib>
2926
)
30-
3127
# Install libraries
3228
vcpkg_copy_tools(
3329
TOOLS libwvlet.a libwvlet${CMAKE_SHARED_LIBRARY_SUFFIX}
3430
DESTINATION lib
3531
)
36-
3732
# If there are headers to include, add them to the include directory
3833
# For example:
3934
# file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR}/include)

0 commit comments

Comments
 (0)