mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
fixes VCPKG_CRT_LINKAGE
This commit is contained in:
parent
4e41db458c
commit
e4e2d27ee9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user