Skip to content

Commit

Permalink
maybe default options
Browse files Browse the repository at this point in the history
  • Loading branch information
Clueliss committed Aug 8, 2023
1 parent 0caae72 commit 5daa602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class TestPackageConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
generators = "CMakeDeps", "CMakeToolchain"
options = {"dice-hash:with_sodium": True}
default_options = {"dice-hash:with_sodium": True}

def layout(self):
cmake_layout(self)
Expand Down

0 comments on commit 5daa602

Please sign in to comment.