1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Merge branch '3.2' into 3.3

This commit is contained in:
Georg Richter
2021-12-22 07:18:27 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ INCLUDE(FindCURL)
IF(WITH_SIGNCODE)
IF(WIN32 AND NOT SIGN_OPTIONS)
SET(SIGN_OPTIONS /a /t http://timestamp.verisign.com/scripts/timstamp.dll)
SET(SIGN_OPTIONS /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a)
ELSE()
SEPARATE_ARGUMENTS(SIGN_OPTIONS)
ENDIF()