From d99caf15e60beb7f5bb3c275e05c54d77b1ccbbc Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 10 Sep 2021 10:47:31 +0200 Subject: [PATCH] #1705 fix nix build wrt schemas --- nix/build-all.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 8c5b0b7ada..1f136d1459 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -733,7 +733,6 @@ exec_args=[ ] cmake_args=[ - "-DSCHEMA_VERSIONS=2x3", "-DUSE_MMAP=" "OFF", "-DBUILD_EXAMPLES=" "OFF", "-DBUILD_SHARED_LIBS=" +OFF_ON[not BUILD_STATIC],