It seems it shouldn't?, as this could change the behavior of users CMakeLists.txt regarding many other policies, not just this one. Contributor lasote commented Dec 30, 2021 On the other hand, CMAKE_MSVC_RUNTIME_LIBRARY works since 3.15, so... is the toolchain working with <3.15? M...
Previously things worked when I was just building Synthizer examples, but Bevy seems to pull in some native dependency for working with shaders, and I guess that conflicted with your default of "MultiThreaded". Is it possible for the Rust bindings to opt into set(CMAKE_MSVC_RUNTIME_LIBRARY...