From dc3e824b911759ab2a4d79774c0111837cd779f3 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Sun, 13 Aug 2023 12:55:35 +0400 Subject: [PATCH] onetbb: set package_type --- recipes/onetbb/all/conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/onetbb/all/conanfile.py b/recipes/onetbb/all/conanfile.py index 165436b84b383..fa6e990f3c829 100644 --- a/recipes/onetbb/all/conanfile.py +++ b/recipes/onetbb/all/conanfile.py @@ -21,6 +21,7 @@ class OneTBBConan(ConanFile): " programs that take full advantage of multicore performance, that are portable, composable" " and have future-proof scalability.") topics = ("tbb", "threading", "parallelism", "tbbmalloc") + package_type = "library" settings = "os", "arch", "compiler", "build_type" options = {