We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30a8ca + 26d32f6 commit 984bcb0Copy full SHA for 984bcb0
1 file changed
build.rs
@@ -118,6 +118,7 @@ fn main() {
118
.build_target("tinyinst")
119
.profile("Release") // without this, it goes into RelWithDbInfo folder??
120
.out_dir(&tinyinst_path)
121
+ .define("CMAKE_POLICY_VERSION_MINIMUM", "3.5")
122
.build();
123
}
124
0 commit comments