Skip to content

Commit

Permalink
remove header-only and no-copy-source
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Aug 30, 2024
1 parent c6e2f51 commit 8194386
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 @@ -11,9 +11,7 @@ class Recipe(ConanFile):
topics = "c++20", "hash-map", "data-structures", "header-only", "hash-table"
settings = "os", "compiler", "build_type", "arch"
exports_sources = "include/*", "CMakeLists.txt", "cmake/*", "LICENSE*"
package_type = "header-library"
generators = "CMakeDeps", "CMakeToolchain"
no_copy_source = True
options = {
"with_test_deps": [True, False],
}
Expand Down

0 comments on commit 8194386

Please sign in to comment.