mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:28:01 +08:00
[fmt] Disable FMT_DOC to prevent build error
This commit is contained in:
parent
d9aba9f0fe
commit
ab74726c99
@ -1,3 +1,3 @@
|
||||
Source: fmt
|
||||
Version: 3.0.0
|
||||
Version: 3.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.
|
||||
|
@ -11,6 +11,7 @@ vcpkg_configure_cmake(
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
OPTIONS
|
||||
-DFMT_TEST=OFF
|
||||
-DFMT_DOC=OFF
|
||||
)
|
||||
|
||||
vcpkg_build_cmake()
|
||||
|
Loading…
x
Reference in New Issue
Block a user