79560149

Date: 2025-04-07 14:33:53
Score: 0.5
Natty:
Report link

Based on Tsyvarev's suggestion I tried the LINK_DEPENDS and since I only use ninja, it works for me:

set_target_properties(${target} PROPERTIES LINK_DEPENDS ${CERTIFICATE_FILE})

where ${target} is every executable I need to sign

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: mgr