[chmblib] Also modify VCPKG_LIBRARY_LINKAGE

This commit is contained in:
Alexander Karatarakis 2017-09-14 15:47:24 -07:00
parent 785d3959f4
commit fff093029f

View File

@ -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)