Skip to content

Commit 268f00f

Browse files
Simon-Pierre CadieuxSimon-Pierre Cadieux
authored andcommitted
Added options
1 parent fad54c1 commit 268f00f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conanfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class YamlCppConan(ConanFile):
1414
license = "MIT"
1515
generators = "cmake"
1616
settings = "os", "arch", "compiler", "build_type"
17+
options = {"shared": [True, False]}
18+
default_options = "shared=False"
1719

1820
def export(self):
1921
git = Git(self, self.recipe_folder)

0 commit comments

Comments
 (0)