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