diff options
Diffstat (limited to 'ports/fmt')
| -rw-r--r-- | ports/fmt/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/fmt/vcpkg.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake index c91f568a2..aef43b474 100644 --- a/ports/fmt/portfile.cmake +++ b/ports/fmt/portfile.cmake @@ -6,8 +6,10 @@ vcpkg_from_github( HEAD_REF master PATCHES fix-warning4189.patch ) + vcpkg_cmake_configure( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE # with MSBuild (on UWP), fmt writes into the source directory OPTIONS -DFMT_CMAKE_DIR=share/fmt -DFMT_TEST=OFF diff --git a/ports/fmt/vcpkg.json b/ports/fmt/vcpkg.json index debc7b8e3..880adf38b 100644 --- a/ports/fmt/vcpkg.json +++ b/ports/fmt/vcpkg.json @@ -1,7 +1,7 @@ { "name": "fmt", "version": "7.1.3", - "port-version": 1, + "port-version": 2, "description": "Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.", "homepage": "https://github.com/fmtlib/fmt", "dependencies": [ |
