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.
This commit is contained in:
Ray Molenkamp
2019-11-26 15:13:22 -07:00
parent b16018f637
commit b213d82c19
4 changed files with 0 additions and 44 deletions

View File

@@ -277,7 +277,6 @@ if(WITH_PYTHON_MODULE)
else()
add_executable(blender ${EXETYPE} ${SRC})
WINDOWS_SIGN_TARGET(blender)
endif()
if(WITH_BUILDINFO)