Skip to content

Commit

Permalink
#102 Compile with shared = False as default (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
eidekrist authored Mar 6, 2024
1 parent 5dd7c93 commit 68fdcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class CosimCLIConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
default_options = { "*:shared": True }
default_options = { "*:shared": False }

def requirements(self):
self.tool_requires("cmake/[>=3.19]")
Expand Down

0 comments on commit 68fdcca

Please sign in to comment.