diff options
author | Brad King <brad.king@kitware.com> | 2019-04-30 14:03:12 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-30 14:03:20 (GMT) |
commit | b74061ba386a46d273bea37f377998a4e1936a65 (patch) | |
tree | 9d13b5421bd65d474afd8447d9922d39a48a3305 /Help | |
parent | 71371e3d936c89945e4369c0daebe9c7e13dec31 (diff) | |
parent | 61f70e81a708db126ba5e2d1135ff0e2a5ffba25 (diff) | |
download | CMake-b74061ba386a46d273bea37f377998a4e1936a65.zip CMake-b74061ba386a46d273bea37f377998a4e1936a65.tar.gz CMake-b74061ba386a46d273bea37f377998a4e1936a65.tar.bz2 |
Merge topic 'msvc-runtime-library'
61f70e81a7 MSVC: Document and test behavior of empty MSVC_RUNTIME_LIBRARY
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3249
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt b/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt index 2bf71a9..6c61341 100644 --- a/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt +++ b/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt @@ -13,3 +13,8 @@ The value is ignored on non-MSVC compilers but an unsupported value will be rejected as an error when using a compiler targeting the MSVC ABI. + +The value may also be the empty string (``""``) in which case no runtime +library selection flag will be added explicitly by CMake. Note that with +:ref:`Visual Studio Generators` the native build system may choose to +add its own default runtime library selection flag. |