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 /source/creator/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 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 53e84de7652..75cf841f89d 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -277,7 +277,6 @@ if(WITH_PYTHON_MODULE)
else()
add_executable(blender ${EXETYPE} ${SRC})
- WINDOWS_SIGN_TARGET(blender)
endif()
if(WITH_BUILDINFO)