mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:01:37 +08:00
[chmblib] Also modify VCPKG_LIBRARY_LINKAGE
This commit is contained in:
parent
785d3959f4
commit
fff093029f
@ -1,5 +1,6 @@
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
message(STATUS "Warning: Dynamic building not supported. Building static.")
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
endif()
|
||||
|
||||
set(CHMLIB_VERSION chmlib-0.40)
|
||||
|
Loading…
Reference in New Issue
Block a user