mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:28:00 +08:00
[concurrencpp] Update to 0.1.7 (#32646)
This commit is contained in:
parent
eee400a207
commit
b83d86364f
@ -10,11 +10,3 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
|
||||
install(
|
||||
TARGETS concurrencpp
|
||||
@@ -126,7 +126,6 @@ install(
|
||||
COMPONENT concurrencpp_Development
|
||||
INCLUDES
|
||||
DESTINATION "${concurrencpp_include_directory}"
|
||||
- COMPONENT concurrencpp_Development
|
||||
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
||||
COMPONENT concurrencpp_Runtime
|
||||
NAMELINK_COMPONENT concurrencpp_Development
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff --git a/include/concurrencpp/executors/constants.h b/include/concurrencpp/executors/constants.h
|
||||
index c717831..3a3d700 100644
|
||||
--- a/include/concurrencpp/executors/constants.h
|
||||
+++ b/include/concurrencpp/executors/constants.h
|
||||
@@ -2,6 +2,7 @@
|
||||
#define CONCURRENCPP_EXECUTORS_CONSTS_H
|
||||
|
||||
#include <numeric>
|
||||
+#include <limits>
|
||||
|
||||
namespace concurrencpp::details::consts {
|
||||
inline const char* k_inline_executor_name = "concurrencpp::inline_executor";
|
@ -2,11 +2,10 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO David-Haim/concurrencpp
|
||||
REF "v.${VERSION}"
|
||||
SHA512 51e8ba898256165ef5173a098e804121ae0d1212b5d83e6356a34c72dc3d66849f7382e1f35f5ec34718425563faf1795675c6eeb5374dd660a65800e8318a1f
|
||||
SHA512 b87a6bd0593d6a7d35f911a0a9835e1afe416aa25d06e4d448789617c94ec2faeb5df07d68d5ccc7e986009f09016f90ef57016b1aabe567996d3ad9816add4c
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-include-path.patch
|
||||
fix-missing-limits.patch
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "concurrencpp",
|
||||
"version": "0.1.6",
|
||||
"port-version": 2,
|
||||
"version": "0.1.7",
|
||||
"description": "concurrencpp is a tasking library for C++ allowing developers to write highly concurrent applications easily and safely by using tasks, executors and coroutines.",
|
||||
"homepage": "https://github.com/David-Haim/concurrencpp/",
|
||||
"license": "MIT",
|
||||
|
@ -1705,8 +1705,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"concurrencpp": {
|
||||
"baseline": "0.1.6",
|
||||
"port-version": 2
|
||||
"baseline": "0.1.7",
|
||||
"port-version": 0
|
||||
},
|
||||
"concurrentqueue": {
|
||||
"baseline": "1.0.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5eb63527141d7d261b6e99945f81bf43e293cc8b",
|
||||
"version": "0.1.7",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "80e475aa0cf6a50936090964cdd032108453eade",
|
||||
"version": "0.1.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user