We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50fef9 commit c9fa4d1Copy full SHA for c9fa4d1
conanfile.py
@@ -99,6 +99,8 @@ def generate(self):
99
# Use the ManiVault .cmake file to find ManiVault with find_package
100
mv_core_root = self.deps_cpp_info["hdps-core"].rootpath
101
manivault_dir = pathlib.Path(mv_core_root, "cmake", "mv").as_posix()
102
+ self.install_dir = pathlib.Path(os.environ["MV_INSTALL_DIR"]).as_posix()
103
+
104
print("ManiVault_DIR: ", manivault_dir)
105
tc.variables["ManiVault_DIR"] = manivault_dir
106
0 commit comments