aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-03-18 15:06:03 -0700
committerGitHub <noreply@github.com>2021-03-18 15:06:03 -0700
commitc8f6537b80831b1bd951b764bb4fa1f1c7973d83 (patch)
treebf18f694adf514368f13325bfc2aa1959ac708b1 /ports/fmt
parent20fad538fda23e4d3a784c257fd8064ababbbb5a (diff)
downloadvcpkg-c8f6537b80831b1bd951b764bb4fa1f1c7973d83.tar.gz
vcpkg-c8f6537b80831b1bd951b764bb4fa1f1c7973d83.zip
[ci,vcpkg-cmake-*] remove host-only nature of vcpkg-cmake-* ports (#16774)
* remove host-only nature of vcpkg-cmake-* ports * versions * fix fmt on uwp
Diffstat (limited to 'ports/fmt')
-rw-r--r--ports/fmt/portfile.cmake2
-rw-r--r--ports/fmt/vcpkg.json2
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": [