Skip to content

Commit 0558525

Browse files
committed
Match and explicitly do nothing for absent or strange value
1 parent a1b2d3d commit 0558525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zng/cmake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub fn build_zlib_ng(target: &str, compat: bool) {
3333
// This has the same effect as omitting WITH_RVV, unless it has already been set.
3434
cmake.define("WITH_RVV", "ON");
3535
}
36+
_ => { }
3637
}
3738
}
3839
if target == "i686-pc-windows-msvc" {

0 commit comments

Comments
 (0)