1CMAKE_XCODE_SCHEME_THREAD_SANITIZER_STOP
2----------------------------------------
3
4.. versionadded:: 3.13
5
6Whether to enable ``Thread Sanitizer - Pause on issues``
7in the Diagnostics section of the generated Xcode scheme.
8
9This variable initializes the
10:prop_tgt:`XCODE_SCHEME_THREAD_SANITIZER_STOP`
11property on all targets.
12
13Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
14documentation to see all Xcode schema related properties.
15