mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:22:54 +08:00
[pthreadpool] remove unused dependency (#17634)
* [pthreadpool] remove unused dependency * [pthreadpool] update git-tree SHA
This commit is contained in:
parent
2924119c1e
commit
a454cf6e00
@ -1,13 +1,10 @@
|
||||
{
|
||||
"name": "pthreadpool",
|
||||
"version-date": "2020-04-10",
|
||||
"port-version": 1,
|
||||
"description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++",
|
||||
"homepage": "https://github.com/Maratyszcza/pthreadpool",
|
||||
"dependencies": [
|
||||
"fxdiv",
|
||||
{
|
||||
"name": "pthreads",
|
||||
"platform": "windows & uwp"
|
||||
}
|
||||
"fxdiv"
|
||||
]
|
||||
}
|
||||
|
@ -4958,7 +4958,7 @@
|
||||
},
|
||||
"pthreadpool": {
|
||||
"baseline": "2020-04-10",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"pthreads": {
|
||||
"baseline": "3.0.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "37e004fa65e21e9ffb647d6ff92cd834a46777cf",
|
||||
"version-date": "2020-04-10",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "da641f8e198df6999638e7a2f0a95e3f143cb595",
|
||||
"version-date": "2020-04-10",
|
||||
|
Loading…
Reference in New Issue
Block a user