From e4e2d27ee90456b674171df1fb3daf6ff2b894aa Mon Sep 17 00:00:00 2001 From: atkawa7 Date: Tue, 20 Jun 2017 09:50:46 -0700 Subject: fixes VCPKG_CRT_LINKAGE --- ports/jansson/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/jansson/portfile.cmake b/ports/jansson/portfile.cmake index 412d295b7..c5409bec2 100644 --- a/ports/jansson/portfile.cmake +++ b/ports/jansson/portfile.cmake @@ -8,7 +8,7 @@ vcpkg_from_github( HEAD_REF master ) -if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") +if(VCPKG_CRT_LINKAGE STREQUAL static) set(JANSSON_STATIC_CRT ON) else() set(JANSSON_STATIC_CRT OFF) -- cgit v1.2.3