CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP.rst 489 B

12345678910111213
  1. CMAKE_XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP
  2. -----------------------------------------------------
  3. Whether to enable ``Undefined Behavior Sanitizer`` option
  4. ``Pause on issues``
  5. in the Diagnostics section of the generated Xcode scheme.
  6. This variable initializes the
  7. :prop_tgt:`XCODE_SCHEME_UNDEFINED_BEHAVIOUR_SANITIZER_STOP`
  8. property on all targets.
  9. Please refer to the :variable:`CMAKE_XCODE_GENERATE_SCHEME` variable
  10. documentation to see all Xcode schema related properties.