We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ed009 commit dea45dbCopy full SHA for dea45db
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
5
+## [0.1.52](https://github.com/rust-lang/cmake-rs/compare/v0.1.51...v0.1.52) - 2024-08-19
6
+
7
+### Other
8
+- Change `--build` to use an absolute path
9
+- Merge pull request [#195](https://github.com/rust-lang/cmake-rs/pull/195) from meowtec/feat/improve-fail-hint
10
+- Improve hint for cmake not installed in Linux (code 127)
11
12
## [0.1.51](https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51) - 2024-08-15
13
14
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "cmake"
-version = "0.1.51"
+version = "0.1.52"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments