From 3b12eef79b2e19eb013777eac88ec386b74be6eb Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 12 Jan 2016 16:45:11 -0800 Subject: [PATCH] use full path and not simply name for target --- cmake/macros/OptionalWinExecutableSigning.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/OptionalWinExecutableSigning.cmake b/cmake/macros/OptionalWinExecutableSigning.cmake index 94ed93db2a..2ae6ae59fd 100644 --- a/cmake/macros/OptionalWinExecutableSigning.cmake +++ b/cmake/macros/OptionalWinExecutableSigning.cmake @@ -21,7 +21,7 @@ macro(optional_win_executable_signing) endif () if (NOT EXECUTABLE_PATH) - set(EXECUTABLE_PATH "$") + set(EXECUTABLE_PATH "$") endif () # setup a post build command to sign the executable