[Botan] delete absolute path (#23603)

* delete absolute path

* update version
This commit is contained in:
Frank 2022-03-18 04:48:20 +08:00 committed by GitHub
parent b96bfdbed2
commit d10dbddadc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -97,8 +97,8 @@ function(BOTAN_BUILD BOTAN_BUILD_TYPE)
endif()
if("-DBOTAN_WITH_ZLIB=ON" IN_LIST FEATURE_OPTIONS)
list(APPEND configure_arguments --with-zlib)
list(APPEND configure_arguments --with-external-includedir="${VCPKG_ROOT_DIR}/installed/${TARGET_TRIPLET}/include")
list(APPEND configure_arguments --with-external-libdir="${VCPKG_ROOT_DIR}/installed/${TARGET_TRIPLET}/lib")
list(APPEND configure_arguments --with-external-includedir="${CURRENT_INSTALLED_DIR}/include")
list(APPEND configure_arguments --with-external-libdir="${CURRENT_INSTALLED_DIR}/lib")
endif()
vcpkg_execute_required_process(

View File

@ -1,7 +1,7 @@
{
"name": "botan",
"version": "2.18.1",
"port-version": 9,
"port-version": 10,
"description": "A cryptography library written in C++11",
"homepage": "https://botan.randombit.net",
"license": "BSD-2-Clause",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2d7fe86d0a8a13ebddda0ac759f824fb9066b644",
"version": "2.18.1",
"port-version": 10
},
{
"git-tree": "a091e7d5a75af9eadbaa696b79e44d726deb47fe",
"version": "2.18.1",

View File

@ -1126,7 +1126,7 @@
},
"botan": {
"baseline": "2.18.1",
"port-version": 9
"port-version": 10
},
"box2d": {
"baseline": "2.4.1",