From 8194386fbb2c3eb0f85fcd4b37200cd416a52461 Mon Sep 17 00:00:00 2001 From: Liss Heidrich <31625940+Clueliss@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:49:20 +0200 Subject: [PATCH] remove header-only and no-copy-source --- conanfile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 0303483..d9378c4 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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], }