File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.25 )
22
3- set (DLLD_deploy_dll_exe_version "1.4 .0" )
3+ set (DLLD_deploy_dll_exe_version "1.5 .0" )
44
55# Replace backslash \ with slash /
66function (DLLD_replace_backslash in_var out_var )
@@ -84,7 +84,7 @@ function(DLLD_get_deploy_dll_exe out_deploy_dll out_objdump)
8484 set (archive_loc "${PROJECT_BINARY_DIR} /SharedLibDeployer-${DLLD_deploy_dll_exe_version} -win64.7z" )
8585 file (DOWNLOAD https://github.com/ToKiNoBug/SharedLibDeployer/releases/download/v${DLLD_deploy_dll_exe_version}/SharedLibDeployer-${DLLD_deploy_dll_exe_version}-win64.7z
8686 ${archive_loc}
87- EXPECTED_HASH SHA512=A8CDF28B53697B53D3B737888703B537DDAD151D06116D71A4196E8388C1D6F446455B02268656007FBFAEA5C6853AD4721C731228E2781E73E68176AD0A862B
87+ EXPECTED_HASH SHA512=3C5F28A5C44A18EBB0D717913A441EF67D50ACC2B9121B8A8F86BEF7FDFE3AA2618531F9C04DA7635AD3FF789A4CCD75F022EED450413B7DFF7AEF20D906871F
8888 )
8989
9090 file (ARCHIVE_EXTRACT INPUT ${archive_loc} DESTINATION ${extract_destination} )
You can’t perform that action at this time.
0 commit comments