cmake-rs icon indicating copy to clipboard operation
cmake-rs copied to clipboard

Rust build dependency for running cmake

Results 93 cmake-rs issues
Sort by recently updated
recently updated
newest added
trafficstars

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`.

After building a static library it would be great if we could get the required list of libraries that need to be passed to the rust linker. If the cmake...

We use the cmake crate in our CI for building [msquic](https://github.com/microsoft/msquic). We just tried updating the Azure Pipeline to use Windows Server 2022 instead of 2019 to build it and...

Extracted from comments that I add to cmake-rs: // Acording to // https://gitlab.kitware.com/cmake/cmake/-/issues/18959 // CMake does not support usage of the same build directory for different // compilers. The problem...

S-waiting-on-review

Hello, I'm a Android developer. I'm porting large amounts of Rust projects to Android platform. I find some project use this crate to cross-compile for Android. sometime I need to...

I'm going to open this as an issue because fundamentally this seems to be a problem with cmake-rs - as cmake on its own builds Luau just fine. Using `cmake...

If you call this from build.rs and it terminates in error, the output will be too small to be useful like below. > Caused by: process didn't exit successfully: `C:\Users\kazuk\Desktop\recisdb-rust\target\debug\build\libarib25-sys-2f57403dcdef0bcc\build-script-build`...

I had some trouble getting things to work with cmake 0.1 which - contrary to the current version - does not set the working dir before the final build step....

Using x86_64-w64-mingw32-gcc on host macos building a rust wrapper for C project https://github.com/swift-nav/libsettings/ , the macos default `/usr/bin/ar` was being used and naturally failed. `CMakeError.log`: ``` Compiling the C compiler...

When building for the web, a different cmake command must be run: https://emscripten.org/docs/compiling/Building-Projects.html