From 09338ea9072056eba8a5c75f1fc1c90ef29bbdf9 Mon Sep 17 00:00:00 2001 From: Mark Meredith Date: Tue, 20 Jul 2021 13:54:14 -0400 Subject: [PATCH] revert meson --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index c9c7f46..d570242 100644 --- a/conanfile.py +++ b/conanfile.py @@ -17,7 +17,7 @@ class CsgEbConan(ConanFile): default_options = {"shared": False} generators = "pkg_config" requires = ("catch2/2.13.6", "cgal/5.2.1", "taocpp-pegtl/3.2.0") - build_requires = ("meson/0.59.0",) + build_requires = ("meson/0.58.1",) exports_sources = "meson.build", "include/*", "src/*" def build(self): -- GitLab