diff --git a/conanfile.py b/conanfile.py index 3b0fd45..91dfd17 100644 --- a/conanfile.py +++ b/conanfile.py @@ -23,5 +23,5 @@ class UpAndDown(ConanFile): self.options["boost/*"].without_context = True self.options["openssl"].shared = True - def layout(self): - cmake_layout(self) + def layout(self): + cmake_layout(self)