Browse Source

Merge topic 'doc-MSVC_RUNTIME_LIBRARY-init'

c1b07ca9da Help: MSVC_RUNTIME_LIBRARY is initialized from associated variable

Acked-by: Kitware Robot <[email protected]>
Merge-request: !7566
Craig Scott 3 years ago
parent
commit
db9453bbcf
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Help/prop_tgt/MSVC_RUNTIME_LIBRARY.rst

+ 3 - 1
Help/prop_tgt/MSVC_RUNTIME_LIBRARY.rst

@@ -21,7 +21,9 @@ support per-configuration specification.  For example, the code:
 selects for the target ``foo`` a multi-threaded statically-linked runtime
 library with or without debug information depending on the configuration.
 
-If this property is not set then CMake uses the default value
+The property is initialized from the value of the
+:variable:`CMAKE_MSVC_RUNTIME_LIBRARY` variable, if it is set.
+If the property is not set, then CMake uses the default value
 ``MultiThreaded$<$<CONFIG:Debug>:Debug>DLL`` to select a MSVC runtime library.
 
 .. note::