aboutsummaryrefslogtreecommitdiff
path: root/ports/cppcms
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cppcms')
-rw-r--r--ports/cppcms/CONTROL8
-rw-r--r--ports/cppcms/portfile.cmake9
2 files changed, 5 insertions, 12 deletions
diff --git a/ports/cppcms/CONTROL b/ports/cppcms/CONTROL
index 8f8726ddc..f33c94ed9 100644
--- a/ports/cppcms/CONTROL
+++ b/ports/cppcms/CONTROL
@@ -1,4 +1,4 @@
-Source: cppcms
-Version: 1.1.0-1
-Description: CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development
-Build-Depends: icu, pcre, openssl, zlib
+Source: cppcms
+Version: 1.1.0-2
+Description: CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development
+Build-Depends: icu, pcre, openssl, zlib
diff --git a/ports/cppcms/portfile.cmake b/ports/cppcms/portfile.cmake
index 328ba20db..c9ccca85b 100644
--- a/ports/cppcms/portfile.cmake
+++ b/ports/cppcms/portfile.cmake
@@ -1,13 +1,6 @@
include(vcpkg_common_functions)
-if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
- message(STATUS "cppcms doesn't support static linkage. Building dynamic instead.")
- set(VCPKG_LIBRARY_LINKAGE dynamic)
-endif()
-
-if(VCPKG_CRT_LINKAGE STREQUAL static)
- message(FATAL_ERROR "cppcms doesn't support static CRT linkage.")
-endif()
+vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH