Move the signing stuff out of cmake

This commit is contained in:
Chris Marsh
2017-11-29 14:00:28 -08:00
parent 8cae35ea46
commit b01d0a8af3
3 changed files with 32 additions and 40 deletions

View File

@ -130,7 +130,3 @@ install(
"../include/discord-rpc.h"
DESTINATION "include"
)
if (SIGNTOOL_EXECUTABLE)
install(CODE "execute_process(COMMAND python ${CMAKE_SOURCE_DIR}/build.py sign --tool \"${SIGNTOOL_EXECUTABLE}\" \"${CMAKE_INSTALL_PREFIX}/bin\")")
endif(SIGNTOOL_EXECUTABLE)