This commit is contained in:
William Bell
2025-11-30 05:26:10 +00:00
parent 4d4749c65e
commit 6de89ebb2f

View File

@@ -27,9 +27,6 @@ class ArgonConan(ConanFile):
"bdwgc/*:disable_debug": True, "bdwgc/*:disable_debug": True,
} }
def layout(self): def layout(self):
self.folders.source = "." self.folders.source = "."
self.folders.build = "build" self.folders.build = "build"