diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL index 9dfbac1602..a84adbfc3b 100644 --- a/ports/fmt/CONTROL +++ b/ports/fmt/CONTROL @@ -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. diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake index cf3b0df888..028a02be6f 100644 --- a/ports/fmt/portfile.cmake +++ b/ports/fmt/portfile.cmake @@ -11,6 +11,7 @@ vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} OPTIONS -DFMT_TEST=OFF + -DFMT_DOC=OFF ) vcpkg_build_cmake()