Skip to content

Commit

Permalink
fix generation of version file by removing header-only
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Aug 30, 2024
1 parent a8f6d0f commit dfdd562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class DiceTemplateLibrary(ConanFile):
url = "https://github.com/dice-group/dice-template-library.git"
license = "MIT"
topics = "template", "template-library", "compile-time", "switch", "integral-tuple"
package_type = "header-library"
generators = "CMakeDeps", "CMakeToolchain"
settings = "os", "compiler", "build_type", "arch"
exports_sources = "include/*", "CMakeLists.txt", "cmake/*", "LICENSE"
Expand Down

0 comments on commit dfdd562

Please sign in to comment.