-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist
Description
Is your feature request related to a problem? Please describe.
vcpkg install dp-thread-pool
installed dp-thread-pool to %VCPKG_ROOT%\installed\x64-windows\include\thread-pool-0.7.0\thread_pool
, which has an unnecessary thread-pool-0.7.0
If #include <thread-pool-0.7.0/thread_pool/thread_pool.h>
,will result in a compilation error:
installed\x64-windows\include\thread-pool-0.7.0\thread_pool\thread_pool.h(18,10): error C1083: Cannot open include file: 'thread_pool/thread_safe_queue.h': No such file or directory
Proposed solution
Remove thread-pool-0.7.0
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t existThe issue is with a library, which is requesting new capabilities that didn’t exist