From b213d82c19c5b677df699debc683b57349185714 Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Tue, 26 Nov 2019 15:13:22 -0700 Subject: 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. --- source/creator/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/creator/CMakeLists.txt') 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) -- cgit v1.2.3