зеркало из https://github.com/microsoft/vcpkg.git
[caf] update to 0.19.3 (#34073)
This commit is contained in:
Родитель
0a997f005e
Коммит
1981815413
|
@ -1,8 +1,47 @@
|
||||||
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
|
index ed753b9..5dc80c2 100644
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ a/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -115,3 +115,4 @@
|
@@ -131,7 +131,7 @@ endif()
|
||||||
+target_compile_features(caf_internal INTERFACE cxx_std_17)
|
|
||||||
# TODO: simply set CXX_STANDARD when switching to CMake ≥ 3.9.6
|
if(NOT DEFINED CAF_USE_STD_FORMAT)
|
||||||
-if(NOT CMAKE_CROSSCOMPILING)
|
set(CAF_USE_STD_FORMAT OFF CACHE BOOL "Enable std::format support" FORCE)
|
||||||
+if(0)
|
- if(NOT CMAKE_CROSSCOMPILING)
|
||||||
try_compile(caf_has_cxx_17
|
+ if(0)
|
||||||
|
set(snippet "#include <format>
|
||||||
|
#include <iostream>
|
||||||
|
int main() { std::cout << std::format(\"{}\", \"ok\"); }")
|
||||||
|
@@ -177,7 +177,6 @@ endif()
|
||||||
|
|
||||||
|
# -- create the libcaf_test target ahead of time for caf_core ------------------
|
||||||
|
|
||||||
|
-add_library(libcaf_test)
|
||||||
|
|
||||||
|
# -- add uninstall target if it does not exist yet -----------------------------
|
||||||
|
|
||||||
|
@@ -289,8 +288,6 @@ function(caf_add_component name)
|
||||||
|
string(REPLACE "/" "-" test_name "${test_path}/${test_name}-test")
|
||||||
|
add_executable("${test_name}" ${source_file}
|
||||||
|
$<TARGET_OBJECTS:${obj_lib_target}>)
|
||||||
|
- target_link_libraries(${test_name} PRIVATE libcaf_test
|
||||||
|
- ${CAF_ADD_COMPONENT_DEPENDENCIES})
|
||||||
|
target_include_directories(${test_name} PRIVATE
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
|
"${CMAKE_CURRENT_BINARY_DIR}")
|
||||||
|
@@ -314,8 +311,6 @@ function(caf_add_component name)
|
||||||
|
add_executable(${tst_bin_target}
|
||||||
|
${CAF_ADD_COMPONENT_LEGACY_TEST_SOURCES}
|
||||||
|
$<TARGET_OBJECTS:${obj_lib_target}>)
|
||||||
|
- target_link_libraries(${tst_bin_target} PRIVATE libcaf_test
|
||||||
|
- ${CAF_ADD_COMPONENT_DEPENDENCIES})
|
||||||
|
target_include_directories(${tst_bin_target} PRIVATE
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/tests/legacy")
|
||||||
|
if(CAF_ADD_COMPONENT_LEGACY_TEST_SUITES)
|
||||||
|
@@ -373,7 +368,6 @@ endfunction()
|
||||||
|
|
||||||
|
add_subdirectory(libcaf_core)
|
||||||
|
|
||||||
|
-add_subdirectory(libcaf_test)
|
||||||
|
|
||||||
|
if(CAF_ENABLE_NET_MODULE)
|
||||||
|
add_subdirectory(libcaf_net)
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO actor-framework/actor-framework
|
REPO actor-framework/actor-framework
|
||||||
REF bac5b8b24a62ff2a818de1b08f6f31f897e42222 # 0.19.1
|
REF "${VERSION}"
|
||||||
SHA512 c61f3cce4d4707f19db8c1b1a8b2c4655335a7a29c77a0c9692775c9fcdc90d6dce75d3122804c31cf66c47f37d3a3674ad18df67d1204c7f52eb4740ff766af
|
SHA512 97766b5b0a4db96b03be77c1ffd2198cc5536c09e2a06bb6fcff023ee78692f2c23ad213dc9698d6abfe950c61c4a2565bbfdfe871652cef816829e83d16ceab
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
fix_dependency.patch
|
fix_dependency.patch
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "caf",
|
"name": "caf",
|
||||||
"version": "0.19.1",
|
"version": "0.19.3",
|
||||||
"description": "an open source implementation of the actor model for C++ featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.",
|
"description": "an open source implementation of the actor model for C++ featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.",
|
||||||
"homepage": "https://github.com/actor-framework/actor-framework",
|
"homepage": "https://github.com/actor-framework/actor-framework",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
|
|
@ -1385,7 +1385,7 @@
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"caf": {
|
"caf": {
|
||||||
"baseline": "0.19.1",
|
"baseline": "0.19.3",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"caffe2": {
|
"caffe2": {
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2b744b08352077e2bf620c383d9924f4a008cbca",
|
||||||
|
"version": "0.19.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0561defb72007b054cede4fed6ef5950f8c2e2bc",
|
"git-tree": "0561defb72007b054cede4fed6ef5950f8c2e2bc",
|
||||||
"version": "0.19.1",
|
"version": "0.19.1",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче