diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-25 04:04:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:04:57 -0700 |
| commit | d76b4ebe741f7d918e836df05674e8327857854e (patch) | |
| tree | d3d706c05c6c0ecf1f99fce691a81b5a5fb1b6ca /ports/kf5plotting | |
| parent | 3b58466098f9c3744afdfa374f8f57dff0d8d66c (diff) | |
| download | vcpkg-d76b4ebe741f7d918e836df05674e8327857854e.tar.gz vcpkg-d76b4ebe741f7d918e836df05674e8327857854e.zip | |
[vcpkg baseline][kf5* librsvg] Add DISABLE_PARALLEL_CONFIGURE (#18600)
* [kf5*] Add DISABLE_PARALLEL_CONFIGURE
* Update version files
* [librsvg] Add DISABLE_PARALLEL_CONFIGURE
* Update version files
Diffstat (limited to 'ports/kf5plotting')
| -rw-r--r-- | ports/kf5plotting/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/kf5plotting/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/kf5plotting/portfile.cmake b/ports/kf5plotting/portfile.cmake index ac3020239..35d8525b4 100644 --- a/ports/kf5plotting/portfile.cmake +++ b/ports/kf5plotting/portfile.cmake @@ -8,6 +8,7 @@ vcpkg_from_github( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE PREFER_NINJA OPTIONS -DBUILD_HTML_DOCS=OFF -DBUILD_MAN_DOCS=OFF diff --git a/ports/kf5plotting/vcpkg.json b/ports/kf5plotting/vcpkg.json index b99ba7cd2..c55853b02 100644 --- a/ports/kf5plotting/vcpkg.json +++ b/ports/kf5plotting/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5plotting", "version": "5.81.0", + "port-version": 1, "description": "Lightweight plotting framework", "homepage": "https://api.kde.org/frameworks/kplotting/html/index.html", "dependencies": [ |
