vcpkg/ports/caf/fix_cxx17.patch

21 lines
544 B
Diff
Raw Normal View History

2023-10-04 12:08:27 +08:00
diff --git a/CMakeLists.txt b/CMakeLists.txt
2024-09-19 03:25:01 +08:00
index 0622702..f44e0f5 100644
--- a/CMakeLists.txt
2023-10-04 12:08:27 +08:00
+++ b/CMakeLists.txt
2024-09-19 03:25:01 +08:00
@@ -158,7 +158,6 @@ install(TARGETS caf_internal EXPORT CAFTargets)
2023-10-04 12:08:27 +08:00
# -- create the libcaf_test target ahead of time for caf_core ------------------
-add_library(libcaf_test)
2024-09-19 03:25:01 +08:00
2023-10-04 12:08:27 +08:00
# -- add uninstall target if it does not exist yet -----------------------------
2024-09-19 03:25:01 +08:00
@@ -351,7 +350,6 @@ endfunction()
2023-10-04 12:08:27 +08:00
add_subdirectory(libcaf_core)
-add_subdirectory(libcaf_test)
2024-09-19 03:25:01 +08:00
2023-10-04 12:08:27 +08:00
if(CAF_ENABLE_NET_MODULE)
add_subdirectory(libcaf_net)