Cmake macOS desativando a assinatura de código

set_target_properties(MyAppTarget PROPERTIES
	XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ""
)
Puzzled Panda