Skip to content

Commit

Permalink
remove settings as this is header-only
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Aug 30, 2024
1 parent dfdd562 commit ea6fd52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ class DiceTemplateLibrary(ConanFile):
license = "MIT"
topics = "template", "template-library", "compile-time", "switch", "integral-tuple"
generators = "CMakeDeps", "CMakeToolchain"
settings = "os", "compiler", "build_type", "arch"
exports_sources = "include/*", "CMakeLists.txt", "cmake/*", "LICENSE"
no_copy_source = True
options = {
"with_test_deps": [True, False],
"with_svector": [True, False],
Expand Down

0 comments on commit ea6fd52

Please sign in to comment.