diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-05-04 02:49:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 10:49:43 -0700 |
| commit | a454cf6e0036091e9e9fe52376a05b00903671c9 (patch) | |
| tree | b8cd761c1ca365b46750982b19de7794dd570adb /ports/pthreadpool | |
| parent | 2924119c1e000f7243e95c7cd66157df8c83973d (diff) | |
| download | vcpkg-a454cf6e0036091e9e9fe52376a05b00903671c9.tar.gz vcpkg-a454cf6e0036091e9e9fe52376a05b00903671c9.zip | |
[pthreadpool] remove unused dependency (#17634)
* [pthreadpool] remove unused dependency
* [pthreadpool] update git-tree SHA
Diffstat (limited to 'ports/pthreadpool')
| -rw-r--r-- | ports/pthreadpool/vcpkg.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports/pthreadpool/vcpkg.json b/ports/pthreadpool/vcpkg.json index 8bd25e1f5..cff1bc650 100644 --- a/ports/pthreadpool/vcpkg.json +++ b/ports/pthreadpool/vcpkg.json @@ -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" ] } |
