Skip to content

Commit

Permalink
fix(build): remove arrow from deps (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard authored Dec 19, 2024
1 parent e9e6056 commit ca0b28a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
class MehRecipe(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "CMakeToolchain", "CMakeDeps"
default_options = {
"gdal/*:with_arrow": False
}

def requirements(self):
self.requires("fmt/10.2.1")
Expand Down

0 comments on commit ca0b28a

Please sign in to comment.