diff options
Diffstat (limited to 'vcpkg/ports/caf/fix_cxx17.patch')
| -rw-r--r-- | vcpkg/ports/caf/fix_cxx17.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/caf/fix_cxx17.patch b/vcpkg/ports/caf/fix_cxx17.patch new file mode 100644 index 0000000..7703ca0 --- /dev/null +++ b/vcpkg/ports/caf/fix_cxx17.patch @@ -0,0 +1,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) |