diff options
author | Tor Didriksen <tor.didriksen@oracle.com> | 2017-11-09 08:36:59 +0100 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@oracle.com> | 2017-11-09 08:36:59 +0100 |
commit | 0ee067229c784df83c8e1d85b232b6252c323b82 (patch) | |
tree | d0b218cbb4712102b0294d10c05ae4a2bd472b23 /cmake/build_configurations | |
parent | 79c0c202da5414abbbe4a0342c289e384c055b88 (diff) | |
download | mariadb-git-0ee067229c784df83c8e1d85b232b6252c323b82.tar.gz |
Bug#26022865 BUILD FOR WINDOWS-S12-64BIT,ADVANCED IS FAILING ON PB2 MYSQL-5.6
Remove cmake code for signing executables.
Automatic signing has always failed anyways.
It should be done manually as part of the release process.
Diffstat (limited to 'cmake/build_configurations')
-rw-r--r-- | cmake/build_configurations/mysql_release.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake index 7d54e2aec77..58808943124 100644 --- a/cmake/build_configurations/mysql_release.cmake +++ b/cmake/build_configurations/mysql_release.cmake @@ -100,13 +100,6 @@ IF(NOT COMPILATION_COMMENT) SET(COMPILATION_COMMENT "MySQL Community Server (GPL)") ENDIF() -IF(WIN32) - IF(NOT CMAKE_USING_VC_FREE_TOOLS) - # Sign executables with authenticode certificate - SET(SIGNCODE 1 CACHE BOOL "") - ENDIF() -ENDIF() - IF(UNIX) SET(WITH_EXTRA_CHARSETS all CACHE STRING "") IF(EXISTS "${CMAKE_SOURCE_DIR}/COPYING") |