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