From 627b60910b7bee4500eeb6e23f7a0a109390efae Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Fri, 8 Nov 2024 16:09:53 +0100 Subject: [PATCH] Update conanfile.py (#34) --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 1ac9a49..11eb259 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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