fix conanfile.py

This commit is contained in:
William Bell
2025-08-15 20:50:58 +01:00
parent 241e447da0
commit 9d11122e93

View File

@@ -30,6 +30,7 @@ class ArgonConan(ConanFile):
self.folders.generators = "build"
def generate(self):
os.environ["CONAN_NON_INTERACTIVE"] = "1"
tc = CMakeToolchain(self)
if os.name == "nt": # Windows