Skip to content

Commit

Permalink
(#19171) onetbb: set package_type
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Aug 16, 2023
1 parent f9fd67a commit 4ca5167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/onetbb/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4ca5167

Please sign in to comment.