Skip to content

Commit

Permalink
Add lz4_ROOT to testpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
bldrvnlw committed May 15, 2024
1 parent 31db924 commit 77536d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def generate(self):
tc.variables["flann_ROOT"] = Path(
self.deps_cpp_info["flann"].rootpath
).as_posix()
tc.variables["lz4_ROOT"] = Path(
self.deps_cpp_info["lz4"].rootpath
).as_posix()
tc.generate()
deps = CMakeDeps(self)
deps.generate()
Expand Down

0 comments on commit 77536d8

Please sign in to comment.