Skip to content

Commit

Permalink
Change default options
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Jan 26, 2024
1 parent a837b97 commit 6d065c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class LogicalAccessSwigConan(ConanFile):
settings = "build_type", "arch", "os"
options = { 'LLA_BUILD_NFC': [True, False],
'LLA_BUILD_UNITTEST': [True, False]}
default_options = 'LogicalAccess:LLA_BUILD_PKCS=True', 'LLA_BUILD_NFC=True'
default_options = 'LogicalAccess:LLA_BUILD_PKCS=True', 'LLA_BUILD_NFC=False', 'LLA_BUILD_UNITTEST=False'
revision_mode = "scm"

def configure(self):
Expand Down

0 comments on commit 6d065c1

Please sign in to comment.