diff options
author | Cameron Cawley <ccawley2011@gmail.com> | 2022-04-17 12:12:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-06 14:40:59 (GMT) |
commit | 6a2b016bbd35f5843cc95e36431928fd0905a61c (patch) | |
tree | b1d8b95203bb5729f2d8e025667d253cfe7c766a /Help/policy | |
parent | 33da5824acefcb4106ce89fc2278111dc3846c0a (diff) | |
download | CMake-6a2b016bbd35f5843cc95e36431928fd0905a61c.zip CMake-6a2b016bbd35f5843cc95e36431928fd0905a61c.tar.gz CMake-6a2b016bbd35f5843cc95e36431928fd0905a61c.tar.bz2 |
OpenWatcom: Support CMAKE_WATCOM_RUNTIME_LIBRARY with Linux and OS/2 builds
Diffstat (limited to 'Help/policy')
-rw-r--r-- | Help/policy/CMP0136.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/policy/CMP0136.rst b/Help/policy/CMP0136.rst index 4a718e9..5414278 100644 --- a/Help/policy/CMP0136.rst +++ b/Help/policy/CMP0136.rst @@ -22,7 +22,8 @@ out of the default :variable:`CMAKE_<LANG>_FLAGS_<CONFIG>` values and instead offer a first-class abstraction. The :variable:`CMAKE_WATCOM_RUNTIME_LIBRARY` variable and :prop_tgt:`WATCOM_RUNTIME_LIBRARY` target property may be set to select the Watcom runtime library. If they are not set then CMake uses the -default value ``MultiThreadedDLL`` which is equivalent to the original flags. +default value ``MultiThreadedDLL`` on Windows and ``SingleThreaded`` on other +platforms, which is equivalent to the original flags. This policy provides compatibility with projects that have not been updated to be aware of the abstraction. The policy setting takes effect as of the |