HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.1.1k
System: Linux tam.zee-supreme-vps.net 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64
User: adltc (1070)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/share/cmake/Help/prop_tgt/WATCOM_RUNTIME_LIBRARY-VALUES.txt
``SingleThreaded``
  Compile without additional flags to use a single-threaded
  statically-linked runtime library.
``SingleThreadedDLL``
  Compile with ``-br`` or equivalent flag(s) to use a single-threaded
  dynamically-linked runtime library. This is not available for Linux
  targets.
``MultiThreaded``
  Compile with ``-bm`` or equivalent flag(s) to use a multi-threaded
  statically-linked runtime library.
``MultiThreadedDLL``
  Compile with ``-bm -br`` or equivalent flag(s) to use a multi-threaded
  dynamically-linked runtime library. This is not available for Linux
  targets.

The value is ignored on non-Watcom compilers but an unsupported value will
be rejected as an error when using a compiler targeting the Watcom ABI.

The value may also be the empty string (``""``) in which case no runtime
library selection flag will be added explicitly by CMake.