Skip to content

Commit

Permalink
nanobind: require newer CMake for test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 22, 2024
1 parent 4acebfb commit 353abf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/nanobind/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def requirements(self):
def build_requirements(self):
# Required for find_package(Python)
self.tool_requires("cpython/<host_version>")
# Required for Development.Module in find_package(Python)
self.tool_requires("cmake/[>=3.18 <4]")

def layout(self):
cmake_layout(self)
Expand Down

0 comments on commit 353abf4

Please sign in to comment.