diff options
| author | An Tao <antao2002@gmail.com> | 2021-08-31 10:27:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 19:27:37 -0700 |
| commit | 9fb1585e7a375cfa873697557ced116dfacbd1d7 (patch) | |
| tree | b80c8ad7ac578962bdb3aebeb7f47dc7aa932e26 /ports/drogon | |
| parent | a761a22de8a5b82503837e58630f9aec38f05d52 (diff) | |
| download | vcpkg-9fb1585e7a375cfa873697557ced116dfacbd1d7.tar.gz vcpkg-9fb1585e7a375cfa873697557ced116dfacbd1d7.zip | |
[trantor] Update to 1.5.1 (#19443)
* [trantor] Update to 1.5.1
* Update ports/trantor/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/trantor/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update cmake functiom
* update version
* fix ci baseline issue
* update version
* fix ci error
* add port version
* update version
* Repair old drogon sha.
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/drogon')
| -rw-r--r-- | ports/drogon/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/drogon/vcpkg.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/drogon/portfile.cmake b/ports/drogon/portfile.cmake index 101f143e9..897b79985 100644 --- a/ports/drogon/portfile.cmake +++ b/ports/drogon/portfile.cmake @@ -26,6 +26,7 @@ vcpkg_check_features( vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA + DISABLE_PARALLEL_CONFIGURE OPTIONS -DBUILD_EXAMPLES=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Boost=ON diff --git a/ports/drogon/vcpkg.json b/ports/drogon/vcpkg.json index 3aa7f4da7..55544ebcc 100644 --- a/ports/drogon/vcpkg.json +++ b/ports/drogon/vcpkg.json @@ -1,7 +1,7 @@ { "name": "drogon", "version-semver": "1.7.1", - "port-version": 1, + "port-version": 2, "description": "A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows", "homepage": "https://github.com/an-tao/drogon", "documentation": "https://drogon.docsforge.com/master/overview/", |
