top | item 39008282 (no title) sigoden | 2 years ago There are still many cmake files in the current source code. What are they for? It should be known that rust projects usually do not use cmake. discuss order hn newest steveklabnik|2 years ago It says in the post:> at this stage I think it looks like CMake will be hanging around, much simplified, to handle some of the configure/install targets, while cargo is used for the actual build. tristan957|2 years ago Cargo is an ineffective build system if you need anything that isn't just Rust.
steveklabnik|2 years ago It says in the post:> at this stage I think it looks like CMake will be hanging around, much simplified, to handle some of the configure/install targets, while cargo is used for the actual build.
tristan957|2 years ago Cargo is an ineffective build system if you need anything that isn't just Rust.
steveklabnik|2 years ago
> at this stage I think it looks like CMake will be hanging around, much simplified, to handle some of the configure/install targets, while cargo is used for the actual build.
tristan957|2 years ago