mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-08 02:02:52 +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)
|
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||||
message(STATUS "Warning: Dynamic building not supported. Building static.")
|
message(STATUS "Warning: Dynamic building not supported. Building static.")
|
||||||
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CHMLIB_VERSION chmlib-0.40)
|
set(CHMLIB_VERSION chmlib-0.40)
|
||||||
|
Loading…
Reference in New Issue
Block a user