Skip to content

Commit

Permalink
Add explanatory comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Mar 21, 2024
1 parent 91ace88 commit e085435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/codesign.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ macro (set_code_sign target)
XCODE_ATTRIBUTE_DEVELOPMENT_TEAM "${XCODE_DEVELOPMENT_TEAM}"
XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS "--timestamp"
XCODE_ATTRIBUTE_CODE_SIGN_INJECT_BASE_ENTITLEMENTS $<IF:$<CONFIG:Debug>,YES,NO>
# Necessary for working code signing. Signing happens at build time
# so the binary cannot be altered during install.
BUILD_WITH_INSTALL_RPATH ON
)
if(IOS)
Expand Down

0 comments on commit e085435

Please sign in to comment.