Closed es3n1n closed 5 months ago
Looks good, waiting for CI
Oh wait, you need to rebase to dev branch.
Oh wait, you need to rebase to dev branch.
Oops, my bad, sorry. I rebased my master to dev and changed the base branch; now, we should be good.
Thanks and welcome!
This PR adds support for configuring the MSVC runtime library type using not only
CMAKE_C_FLAGS
, but alsoCMAKE_MSVC_RUNTIME_LIBRARY
. If a conflict occurs when bothCMAKE_MSVC_RUNTIME_LIBRARY
andCMAKE_C_FLAGS
are set, a fatal error will be raised, as we agreed in #1958.Both cpp (cmake 3.28.1, MSVC 17.0) and rust (cargo 1.72.0) worked fine on my machine; I honestly don't think this change could break anything.