[fmt] Export all symbols (#3805)

This commit is contained in:
Seo Sanghyeon 2018-06-28 22:15:06 +09:00 committed by Robert Schumacher
parent 3314845a92
commit 3a5b12004e
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: fmt
Version: 5.0.0
Version: 5.0.0-1
Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.

View File

@ -14,6 +14,7 @@ vcpkg_configure_cmake(
-DFMT_CMAKE_DIR=share/fmt
-DFMT_TEST=OFF
-DFMT_DOC=OFF
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON
)
vcpkg_install_cmake()