diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-14 15:47:24 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-14 15:47:24 -0700 |
| commit | fff093029f31f453682bef33da36c477e2e1755c (patch) | |
| tree | 31671c4c14952c832487aa5b59ac2813bde40a42 | |
| parent | 785d3959f4eb83d1423ceaa739671948d87998f9 (diff) | |
| download | vcpkg-fff093029f31f453682bef33da36c477e2e1755c.tar.gz vcpkg-fff093029f31f453682bef33da36c477e2e1755c.zip | |
[chmblib] Also modify VCPKG_LIBRARY_LINKAGE
| -rw-r--r-- | ports/chmlib/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/chmlib/portfile.cmake b/ports/chmlib/portfile.cmake index 74cc746d6..60381bb1a 100644 --- a/ports/chmlib/portfile.cmake +++ b/ports/chmlib/portfile.cmake @@ -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) |
