mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
use full path and not simply name for target
This commit is contained in:
parent
14196ba370
commit
3b12eef79b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ macro(optional_win_executable_signing)
|
|||
endif ()
|
||||
|
||||
if (NOT EXECUTABLE_PATH)
|
||||
set(EXECUTABLE_PATH "$<TARGET_FILE_NAME:${TARGET_NAME}>")
|
||||
set(EXECUTABLE_PATH "$<TARGET_FILE:${TARGET_NAME}>")
|
||||
endif ()
|
||||
|
||||
# setup a post build command to sign the executable
|
||||
|
|
Loading…
Reference in a new issue