Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth authored Nov 8, 2024
1 parent ddb9dff commit 4be13f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def generate(self):
#tc.variables["Qt6_DIR"] = qt_dir

# for Qt < 6.4.2
tc.variables["CMAKE_PREFIX_PATH"] = qt_root
tc.variables["Qt6_ROOT"] = qt_root

# Use the ManiVault .cmake file to find ManiVault with find_package
mv_core_root = self.deps_cpp_info["hdps-core"].rootpath
Expand Down

0 comments on commit 4be13f2

Please sign in to comment.