From 94c091b93db85667d17cc0b6f1554410ba4442cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abril=20Rinc=C3=B3n=20Blanco?= Date: Thu, 21 Nov 2024 17:59:09 +0100 Subject: [PATCH] Update recipes/rxcpp/all/conanfile.py --- recipes/rxcpp/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rxcpp/all/conanfile.py b/recipes/rxcpp/all/conanfile.py index c03641574c3cc..61160297e88db 100644 --- a/recipes/rxcpp/all/conanfile.py +++ b/recipes/rxcpp/all/conanfile.py @@ -16,7 +16,7 @@ class RxcppConan(ConanFile): homepage = "https://github.com/ReactiveX/RxCpp" url = "https://github.com/conan-io/conan-center-index" settings = "os", "arch", "compiler", "build_type" - package_type = "header-only" + package_type = "header-library" no_copy_source = True def package_id(self):