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
It would be nice, but what is your intent? If it's to build with cmake/<ninja/vs>/msvc, it would seem the standard way to bring cmake into PATH is to run vcvars script beforehand. In that case, I think it would be appropriate to add some way for the cmake or cc crate to find and execute the vcvars script as needed, instead. But I haven't seen other people doing that... :/
Wouldn't it be nice if this crate just built cmake? Relying on whatever the user has installed seems fragile, esp on Windows where some random Microsoft-modified cmake version deep inside the MSVC installation is the typical installation.
Hi,
it would be quite useful if the crate could determine location of CMake binary bundled with MSVC. The usual location is
${msvcPath}\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin
.The text was updated successfully, but these errors were encountered: