We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ee9b9 commit 9f4ce9fCopy full SHA for 9f4ce9f
sentencepiece-sys/build.rs
@@ -7,7 +7,7 @@ macro_rules! feature(($name:expr) => (env::var(concat!("CARGO_FEATURE_", $name))
7
8
fn build_sentencepiece(builder: &mut Build) {
9
let mut config = Config::new("source");
10
- config.define("CMAKE_POLICY_VERSION_MINIMUM", "3.5");
+ config.define("CMAKE_POLICY_VERSION_MINIMUM", "3.10");
11
if builder.get_compiler().is_like_msvc() {
12
config.profile("Release");
13
if env::var("CARGO_CFG_TARGET_FEATURE")
0 commit comments