diff options
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py index bd1aa84..2aae993 100644 --- a/conanfile.py +++ b/conanfile.py @@ -43,6 +43,8 @@ class Wanda(ConanFile): cmake.build() def configure(self): + self.options["boost"].header_only = True + self.options["fmt"].header_only = True self.options["spdlog"].header_only = True def generate(self): |
