aboutsummaryrefslogtreecommitdiff
path: root/ports/caf
diff options
context:
space:
mode:
Diffstat (limited to 'ports/caf')
-rw-r--r--ports/caf/CONTROL8
-rw-r--r--ports/caf/portfile.cmake5
2 files changed, 5 insertions, 8 deletions
diff --git a/ports/caf/CONTROL b/ports/caf/CONTROL
index 6f39010be..64d42a4da 100644
--- a/ports/caf/CONTROL
+++ b/ports/caf/CONTROL
@@ -1,4 +1,4 @@
-Source: caf
-Version: 0.16.2
-Build-Depends: openssl
-Description: an open source C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.
+Source: caf
+Version: 0.16.2-1
+Build-Depends: openssl
+Description: an open source C++11 actor model implementation featuring lightweight & fast actor implementations, pattern matching for messages, network transparent messaging, and more.
diff --git a/ports/caf/portfile.cmake b/ports/caf/portfile.cmake
index ae5e24c1b..3ee26634c 100644
--- a/ports/caf/portfile.cmake
+++ b/ports/caf/portfile.cmake
@@ -1,9 +1,6 @@
include(vcpkg_common_functions)
-if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
- set(VCPKG_LIBRARY_LINKAGE "static")
- message("CAF only supports static library linkage")
-endif()
+vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH