Cmake macOS désactiver la signature du code

set_target_properties(MyAppTarget PROPERTIES
	XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
)
Puzzled Panda