aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/caf/fix_cxx17.patch
blob: 7703ca0e4d3b856de1b29ea1fc3a704e4663c898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0622702..f44e0f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -158,7 +158,6 @@ install(TARGETS caf_internal EXPORT CAFTargets)
 
 # -- create the libcaf_test target ahead of time for caf_core ------------------
 
-add_library(libcaf_test)
 
 # -- add uninstall target if it does not exist yet -----------------------------
 
@@ -351,7 +350,6 @@ endfunction()
 
 add_subdirectory(libcaf_core)
 
-add_subdirectory(libcaf_test)
 
 if(CAF_ENABLE_NET_MODULE)
   add_subdirectory(libcaf_net)