mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
force static build when dynamic for the yoga
This commit is contained in:
parent
64ab9dc274
commit
4596c64361
@ -12,7 +12,8 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
message(FATAL_ERROR "Error: Dynamic building not supported yet.")
|
||||
message(WARNING "Dynamic not supported building static")
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
elseif (VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
|
||||
message(FATAL_ERROR "Error: UWP builds not supported yet.")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user