mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +02:00
add message if executable signing enabled
This commit is contained in:
parent
6b796a26b0
commit
cc4f7a9ad8
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ macro(optional_win_executable_signing)
|
|||
message(FATAL_ERROR "Code signing of executables was requested but signtool.exe could not be found.")
|
||||
endif ()
|
||||
|
||||
message(STATUS "Executable for ${TARGET_NAME} will be signed with SignTool.")
|
||||
|
||||
if (NOT EXECUTABLE_PATH)
|
||||
set(EXECUTABLE_PATH "$<TARGET_FILE:${TARGET_NAME}>")
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue