Skip to content

Commit 984bcb0

Browse files
authored
Merge pull request #16 from AFLplusplus/fix_cmake_build
Fix broken cmake build for cmake 4
2 parents d30a8ca + 26d32f6 commit 984bcb0

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)