Cmake macOS nonaktifkan penandatanganan kode

set_target_properties(MyAppTarget PROPERTIES
	XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
)
Puzzled Panda