mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:31:13 +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 ()
|
endif ()
|
||||||
|
|
||||||
if (NOT EXECUTABLE_PATH)
|
if (NOT EXECUTABLE_PATH)
|
||||||
set(EXECUTABLE_PATH "$<TARGET_FILE_NAME:${TARGET_NAME}>")
|
set(EXECUTABLE_PATH "$<TARGET_FILE:${TARGET_NAME}>")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# setup a post build command to sign the executable
|
# setup a post build command to sign the executable
|
||||||
|
|
Loading…
Reference in a new issue