diff options
author | Brad King <brad.king@kitware.com> | 2022-11-08 13:15:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-11-08 13:16:44 (GMT) |
commit | 3b6395da484429ee7f4d1ef1010feef916bf638a (patch) | |
tree | 01dc07c3f8f63ace30eae3e711d26f44912e5dfe /Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt | |
parent | 5ce6ca92d86291d6d0293e60f7800996eeda6139 (diff) | |
parent | 128c414a569d73e5c2c6932999348a12b31d7a48 (diff) | |
download | CMake-3b6395da484429ee7f4d1ef1010feef916bf638a.zip CMake-3b6395da484429ee7f4d1ef1010feef916bf638a.tar.gz CMake-3b6395da484429ee7f4d1ef1010feef916bf638a.tar.bz2 |
Merge topic 'doc-msvc-abi'
128c414a56 Help: Clarify compilers affected by MSVC ABI abstractions
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7881
Diffstat (limited to 'Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt')
-rw-r--r-- | Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt b/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt index 6c61341..5f8b82d 100644 --- a/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt +++ b/Help/prop_tgt/MSVC_RUNTIME_LIBRARY-VALUES.txt @@ -11,8 +11,9 @@ Compile with ``-MDd`` or equivalent flag(s) to use a multi-threaded dynamically-linked runtime library. -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 is ignored on compilers not targeting the MSVC ABI, 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 |