Fix [concurrencpp] build failure (#32035) (#32037)

Co-authored-by: Stanley Pinchak <stanley.pinchak@gmail.com>
This commit is contained in:
gotnone 2023-06-28 13:14:43 -05:00 committed by GitHub
parent cfa560b585
commit a293ce5897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View File

@ -10,3 +10,11 @@ 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

View File

@ -1,7 +1,7 @@
{
"name": "concurrencpp",
"version": "0.1.6",
"port-version": 1,
"port-version": 2,
"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",

View File

@ -1698,7 +1698,7 @@
},
"concurrencpp": {
"baseline": "0.1.6",
"port-version": 1
"port-version": 2
},
"concurrentqueue": {
"baseline": "1.0.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "80e475aa0cf6a50936090964cdd032108453eade",
"version": "0.1.6",
"port-version": 2
},
{
"git-tree": "692f9ce2162c5dd6ee54170400c4df33aaec6b5d",
"version": "0.1.6",