summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2023-01-24 19:41:29 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2023-01-24 20:51:53 +0100
commit2279dddad6bea00c5774a76f410c11fd56ad168f (patch)
tree6971ba2df87de2ad978d72a2e25158e8d4614b98 /cmake
parent7fe932444d08e2f442c04a6b30be9cbac40f0099 (diff)
downloadmariadb-git-2279dddad6bea00c5774a76f410c11fd56ad168f.tar.gz
MDEV-30457 Windows, signtool error "No file digest algorithm specified."
Add /fd parameter. It is now mandatory for the recent versions of signtool
Diffstat (limited to 'cmake')
-rw-r--r--cmake/install_macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/install_macros.cmake b/cmake/install_macros.cmake
index ee1a39066b1..06c27f42c7e 100644
--- a/cmake/install_macros.cmake
+++ b/cmake/install_macros.cmake
@@ -182,7 +182,7 @@ IF(WIN32)
MARK_AS_ADVANCED(SIGNCODE)
IF(SIGNCODE)
SET(SIGNTOOL_PARAMETERS
- /a /t http://timestamp.globalsign.com/?signature=sha2
+ /a /fd SHA256 /t http://timestamp.globalsign.com/?signature=sha2
CACHE STRING "parameters for signtool (list)")
IF(NOT SIGNTOOL_EXECUTABLE)
FILE(GLOB path_list