mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
Merge pull request #3130 from Alisayyy-Yang/fixrecast
force static build when dynamic about recast
This commit is contained in:
commit
a9e91af50b
@ -1,5 +1,10 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
message(WARNING "Dynamic not supported building static")
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO recastnavigation/recastnavigation
|
||||
|
Loading…
Reference in New Issue
Block a user