You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should avoid changing the content of msvcp_atomic_wait.src as the internal build system also needs to consume this file (and changing that is a headache).
The text was updated successfully, but these errors were encountered:
msvcp140_atomic_wait_oss.dll
depends on a generated file:STL/stl/CMakeLists.txt
Lines 505 to 513 in 4bb41db
We're replacing this text:
STL/stl/src/msvcp_atomic_wait.src
Line 6 in 4bb41db
After building, rerunning
ninja
alone is fine:However, rerunning
cmake
followed byninja
performs an unnecessary relink:@cbezault says that
add_custom_command
might be the cleanest way to do this.We should avoid changing the content of
msvcp_atomic_wait.src
as the internal build system also needs to consume this file (and changing that is a headache).The text was updated successfully, but these errors were encountered: