Skip to content

Commit

Permalink
Generate lz4_INCLUDE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
bldrvnlw authored May 15, 2024
1 parent 4edf803 commit 5f7d0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def generate(self):
"CMAKE_MSVC_RUNTIME_LIBRARY"
] = "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL"
tc.variables["flann_INCLUDE_DIR"] = Path(self.deps_cpp_info["flann"].rootpath, "include").as_posix()
tc.variables["lz4_INCLUDE_DIR"] = Path(self.deps_cpp_info["lz4"].rootpath, "include").as_posix()
print("Call toolchain generate")
tc.generate()
self.add_package_cmake_paths("flann", "lib/cmake")
Expand Down

0 comments on commit 5f7d0d3

Please sign in to comment.