8000 fix broken cmake build for cmake 4 · AFLplusplus/tinyinst-rs@26d32f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26d32f6

Browse files
committed
fix broken cmake build for cmake 4
1 parent d30a8ca commit 26d32f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ fn main() {
118118
.build_target("tinyinst")
119119
.profile("Release") // without this, it goes into RelWithDbInfo folder??
120120
.out_dir(&tinyinst_path)
121+
.define("CMAKE_POLICY_VERSION_MINIMUM", "3.5")
121122
.build();
122123
}
123124

0 commit comments

Comments
 (0)
0