mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
style(cmake): fix line length issues
This commit is contained in:
@@ -116,7 +116,10 @@ function(codesign)
|
||||
endif()
|
||||
|
||||
if(NOT EXISTS $ENV{CODESIGN_CERTIFICATE_FILE})
|
||||
message(NOTICE "Certificate file '$ENV{CODESIGN_CERTIFICATE_FILE}' (set in CODESIGN_CERTIFICATE_FILE) does not exist.")
|
||||
message(NOTICE
|
||||
"Certificate file '$ENV{CODESIGN_CERTIFICATE_FILE}' "
|
||||
"(set in CODESIGN_CERTIFICATE_FILE) does not exist."
|
||||
)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user