Skip to content

Commit

Permalink
needs req now
Browse files Browse the repository at this point in the history
  • Loading branch information
Clueliss committed Nov 8, 2023
1 parent ae28e47 commit d77ba1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,5 @@ modules.xml

# docu folder
/docu/

test_package/build
3 changes: 3 additions & 0 deletions test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ class TestPackageConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "CMakeDeps", "CMakeToolchain"

def requirements(self):
self.requires(self.tested_reference_str)

def layout(self):
cmake_layout(self)

Expand Down

0 comments on commit d77ba1c

Please sign in to comment.