Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add recipe for Apple libdispatch (aka Grand Central Dispatch) #4247

Merged
merged 17 commits into from
Jan 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update recipes/libdispatch/all/conanfile.py
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
fpelliccioni and uilianries authored Jan 14, 2021
commit 2f258751103da35aa81269ad65f7f645448ac7cf
2 changes: 1 addition & 1 deletion recipes/libdispatch/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class LibDispatchConan(ConanFile):
description = "Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware.."
fpelliccioni marked this conversation as resolved.
Show resolved Hide resolved
topics = ("conan", "libdispatch", "apple", "GCD", "concurrency")
url = "https://github.com/conan-io/conan-center-index"
license = "MIT"
license = "Apache-2.0"
exports_sources = ["CMakeLists.txt"]
generators = "cmake"
settings = "os", "compiler", "build_type", "arch"
Expand Down