Skip to content

Commit

Permalink
tiledb: add tool_requires for cmake/3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 24, 2023
1 parent 847d6df commit fa8ef57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/tiledb/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ def validate(self):
f"{self.ref} requires C++{self._min_cppstd}, which your compiler does not support."
)

def build_requirements(self):
self.tool_requires("cmake/[>=3.21 <4]")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)

Expand Down

0 comments on commit fa8ef57

Please sign in to comment.