[fmt] Disable FMT_DOC to prevent build error

This commit is contained in:
Alexander Karatarakis 2016-09-29 11:17:57 -07:00
parent d9aba9f0fe
commit ab74726c99
2 changed files with 2 additions and 1 deletions

View File

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

View File

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