We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a04ec commit 906b9deCopy full SHA for 906b9de
1 file changed
conanfile.py
@@ -100,7 +100,7 @@ def generate(self):
100
tc.variables["ManiVault_DIR"] = manivault_dir
101
102
# Set some build options
103
- tc.variables["MV_UNITY_BUILD"] = "ON"
+ tc.cache_variables["MV_UNITY_BUILD"] = "ON"
104
105
# Use vcpkg-installed dependencies if there are any
106
if os.environ.get("VCPKG_ROOT", None):
0 commit comments