Skip to content

Commit 94be75e

Browse files
committed
💚 Fix cmake version number missmatch between quickfix-ffi and libquickfix
This can be improved and should be reported upstream in QuickFix c++ library. Associated issue: #21
1 parent 367f94f commit 94be75e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎quickfix-ffi/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ fn main() {
4040

4141
// Build quickfix as a static library
4242
let quickfix_dst = Config::new(libquickfix_build_dir)
43+
.define("CMAKE_POLICY_VERSION_MINIMUM", "3.10")
4344
.define("HAVE_SSL", "OFF")
4445
.define("HAVE_MYSQL", read_cmake_opt("build-with-mysql"))
4546
.define("HAVE_POSTGRESQL", read_cmake_opt("build-with-postgres"))

0 commit comments

Comments
 (0)