We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad54c1 commit 268f00fCopy full SHA for 268f00f
conanfile.py
@@ -14,6 +14,8 @@ class YamlCppConan(ConanFile):
14
license = "MIT"
15
generators = "cmake"
16
settings = "os", "arch", "compiler", "build_type"
17
+ options = {"shared": [True, False]}
18
+ default_options = "shared=False"
19
20
def export(self):
21
git = Git(self, self.recipe_folder)
0 commit comments