mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
Merge topic 'irsl-msvcp_atomic_wait_dll'
6718caaa2f IRSL: Install msvcp${v}${d}_atomic_wait.dll if available with CRT
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5702
This commit is contained in:
@@ -299,6 +299,7 @@ if(MSVC)
|
||||
foreach(crt
|
||||
"${MSVC_CRT_DIR}/msvcp${v}_1.dll"
|
||||
"${MSVC_CRT_DIR}/msvcp${v}_2.dll"
|
||||
"${MSVC_CRT_DIR}/msvcp${v}_atomic_wait.dll"
|
||||
"${MSVC_CRT_DIR}/msvcp${v}_codecvt_ids.dll"
|
||||
"${MSVC_CRT_DIR}/vcruntime${v}_1.dll"
|
||||
)
|
||||
@@ -327,6 +328,7 @@ if(MSVC)
|
||||
foreach(crt
|
||||
"${MSVC_CRT_DIR}/msvcp${v}_1d.dll"
|
||||
"${MSVC_CRT_DIR}/msvcp${v}_2d.dll"
|
||||
"${MSVC_CRT_DIR}/msvcp${v}d_atomic_wait.dll"
|
||||
"${MSVC_CRT_DIR}/msvcp${v}d_codecvt_ids.dll"
|
||||
"${MSVC_CRT_DIR}/vcruntime${v}_1d.dll"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user