style(cmake): fix line length issues

This commit is contained in:
Oleg Shparber
2026-03-29 04:29:46 +03:00
parent 1df72d709e
commit b68a2ee173
5 changed files with 21 additions and 5 deletions
+4 -1
View File
@@ -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()