diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2017-06-20 09:50:46 -0700 |
|---|---|---|
| committer | atkawa7 <atkawa7@yahoo.com> | 2017-06-20 09:50:46 -0700 |
| commit | e4e2d27ee90456b674171df1fb3daf6ff2b894aa (patch) | |
| tree | dfc6493504f3ba472cb1e27048815740ddcd8f60 /ports | |
| parent | 4e41db458c0d9471e7997b4d50b38d77fe8c872e (diff) | |
| download | vcpkg-e4e2d27ee90456b674171df1fb3daf6ff2b894aa.tar.gz vcpkg-e4e2d27ee90456b674171df1fb3daf6ff2b894aa.zip | |
fixes VCPKG_CRT_LINKAGE
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/jansson/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
