Cleanup: CMake whitespace

This commit is contained in:
2018-01-23 17:25:09 +11:00
parent 85ca39ec4b
commit 41e930ac66
3 changed files with 201 additions and 195 deletions

View File

@@ -1553,7 +1553,7 @@ macro(openmp_delayload
endif()
endmacro()
MACRO(WINDOWS_SIGN_TARGET target)
macro(WINDOWS_SIGN_TARGET target)
if(WITH_WINDOWS_CODESIGN)
if(!SIGNTOOL_EXE)
error("Codesigning is enabled, but signtool is not found")
@@ -1574,4 +1574,4 @@ MACRO(WINDOWS_SIGN_TARGET target)
)
endif()
endif()
ENDMACRO()
endmacro()