Cleanup: CMake whitespace
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user