diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-06-11 23:45:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 08:45:08 -0700 |
| commit | 02fa0eb4c606ceb38682de1bd168074041ff08ec (patch) | |
| tree | ac3c4c0497bd2bfce405f6db0eb5e3dec8b9f897 /ports/kf5holidays | |
| parent | 7d472dd25830da92108eb76642c667aaa40512cb (diff) | |
| download | vcpkg-02fa0eb4c606ceb38682de1bd168074041ff08ec.tar.gz vcpkg-02fa0eb4c606ceb38682de1bd168074041ff08ec.zip | |
[openssl] Add cmake wrapper to handle OPENSSL_ROOT_DIR (#18042)
* [openssl] Add cmake wrapper to handle OPENSSL_ROOT_DIR
* Get the abs path
* update version record
* apply suggestion.
* Clean up openssl related code, move to openssl wrapper.
* update version record
* [kf5holidays] Disable parallel configure
* update version record
* update version record
* bump version
* Update versions/o-/openssl.json
* update baseline
* Update ports/openssl/vcpkg-cmake-wrapper.cmake
* Update ports/openssl/vcpkg-cmake-wrapper.cmake
* Update versions/o-/openssl.json
* Update ports/openssl/vcpkg.json
* Update versions/o-/openssl.json
* Update ports/openssl/vcpkg.json
* Update versions/o-/openssl.json
* update version record
Diffstat (limited to 'ports/kf5holidays')
| -rw-r--r-- | ports/kf5holidays/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/kf5holidays/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/kf5holidays/portfile.cmake b/ports/kf5holidays/portfile.cmake index f13dee697..891b2aea1 100644 --- a/ports/kf5holidays/portfile.cmake +++ b/ports/kf5holidays/portfile.cmake @@ -9,6 +9,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_HTML_DOCS=OFF
-DBUILD_MAN_DOCS=OFF
diff --git a/ports/kf5holidays/vcpkg.json b/ports/kf5holidays/vcpkg.json index ca22f42c8..d0582f1a6 100644 --- a/ports/kf5holidays/vcpkg.json +++ b/ports/kf5holidays/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5holidays", "version": "5.81.0", + "port-version": 1, "description": "Holiday calculation library", "dependencies": [ "ecm", |
