summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorCameron Cawley <ccawley2011@gmail.com>2022-04-17 12:12:57 (GMT)
committerBrad King <brad.king@kitware.com>2022-05-06 14:40:59 (GMT)
commit6a2b016bbd35f5843cc95e36431928fd0905a61c (patch)
treeb1d8b95203bb5729f2d8e025667d253cfe7c766a /Help/variable
parent33da5824acefcb4106ce89fc2278111dc3846c0a (diff)
downloadCMake-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/variable')
-rw-r--r--Help/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.rst b/Help/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.rst
index 979a533..feb2a60 100644
--- a/Help/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.rst
+++ b/Help/variable/CMAKE_WATCOM_RUNTIME_LIBRARY.rst
@@ -26,8 +26,8 @@ library.
If this variable is not set then the :prop_tgt:`WATCOM_RUNTIME_LIBRARY` target
property will not be set automatically. If that property is not set then
-CMake uses the default value ``MultiThreadedDLL`` to select a Watcom runtime
-library.
+CMake uses the default value ``MultiThreadedDLL`` on Windows and
+``SingleThreaded`` on other platforms to select a Watcom runtime library.
.. note::