about summary refs log tree commit diff
path: root/do-not-build-cplusplus-spoa.patch
blob: b9afb9affe502ec53afe114ef6664836d3920750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/build.rs b/build.rs
index 3f0566a..a607d9d 100644
--- a/build.rs
+++ b/build.rs
@@ -3,14 +3,6 @@ use std::fs::canonicalize;
 use std::path::PathBuf;
 
 fn main() {
-    let out_dir = cmake::Config::new("spoa")
-        //.uses_cxx11() // Deprecated
-        .define("spoa_install", "OFF")
-        .define("spoa_build_exe", "OFF")
-        .define("spoa_build_tests", "OFF")
-        .build_target("spoa")
-        .build();
-
     println!(
         "cargo:rustc-link-search=native={}/build/lib",
         out_dir.display()