Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2019-11-27 01:13:22 +0300
committerRay Molenkamp <github@lazydodo.com>2019-11-27 01:13:22 +0300
commitb213d82c19c5b677df699debc683b57349185714 (patch)
tree36a872fd54dabd2b19ec93532ed9d3b21fa0b5b1 /CMakeLists.txt
parentb16018f637b35ba17f0515111fe5c450c5476105 (diff)
Cleanup/CMake: Remove dormant windows codesign code
This was added years ago to prepare for code-signing the executable but was never used, buildbots use a different mechanism now to sign so no need to keep this around.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aeec259c3b7..e6e0abe1ab8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -564,15 +564,6 @@ if(WIN32)
option(WITH_WINDOWS_FIND_MODULES "Use find_package to locate libraries" OFF)
mark_as_advanced(WITH_WINDOWS_FIND_MODULES)
- option(WITH_WINDOWS_CODESIGN "Use signtool to sign the final binary." OFF)
- mark_as_advanced(WITH_WINDOWS_CODESIGN)
-
- set(WINDOWS_CODESIGN_PFX CACHE FILEPATH "Path to pfx file to use for codesigning.")
- mark_as_advanced(WINDOWS_CODESIGN_PFX)
-
- set(WINDOWS_CODESIGN_PFX_PASSWORD CACHE STRING "password for pfx file used for codesigning.")
- mark_as_advanced(WINDOWS_CODESIGN_PFX_PASSWORD)
-
option(WINDOWS_USE_VISUAL_STUDIO_PROJECT_FOLDERS "Organize the visual studio projects according to source folder structure." ON)
mark_as_advanced(WINDOWS_USE_VISUAL_STUDIO_PROJECT_FOLDERS)