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 367f94f commit 94be75eCopy full SHA for 94be75e
‎quickfix-ffi/build.rs
@@ -40,6 +40,7 @@ fn main() {
40
41
// Build quickfix as a static library
42
let quickfix_dst = Config::new(libquickfix_build_dir)
43
+ .define("CMAKE_POLICY_VERSION_MINIMUM", "3.10")
44
.define("HAVE_SSL", "OFF")
45
.define("HAVE_MYSQL", read_cmake_opt("build-with-mysql"))
46
.define("HAVE_POSTGRESQL", read_cmake_opt("build-with-postgres"))
0 commit comments