mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 19:03:02 +08:00
[fmt] Export all symbols (#3805)
This commit is contained in:
parent
3314845a92
commit
3a5b12004e
@ -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.
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user