Skip to content

Commit

Permalink
#102 Compile with shared = False as default
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoffere committed Mar 4, 2024
1 parent 71b7bf3 commit 314b76a
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 314b76a

Please sign in to comment.