mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[Botan] delete absolute path (#23603)
* delete absolute path * update version
This commit is contained in:
parent
b96bfdbed2
commit
d10dbddadc
@ -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(
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2d7fe86d0a8a13ebddda0ac759f824fb9066b644",
|
||||
"version": "2.18.1",
|
||||
"port-version": 10
|
||||
},
|
||||
{
|
||||
"git-tree": "a091e7d5a75af9eadbaa696b79e44d726deb47fe",
|
||||
"version": "2.18.1",
|
||||
|
@ -1126,7 +1126,7 @@
|
||||
},
|
||||
"botan": {
|
||||
"baseline": "2.18.1",
|
||||
"port-version": 9
|
||||
"port-version": 10
|
||||
},
|
||||
"box2d": {
|
||||
"baseline": "2.4.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user