aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Chernyshchyk <genaloner@gmail.com>2020-10-30 21:46:03 +0200
committerGitHub <noreply@github.com>2020-10-30 12:46:03 -0700
commit20b665e2985e4af6dce0589807c7064df0e84c3b (patch)
tree053838d2f5235327d158f149d18ef5ffe8412a76
parent6edef9f1f6f425f88009e8d6b81202d7c22a63de (diff)
downloadvcpkg-20b665e2985e4af6dce0589807c7064df0e84c3b.tar.gz
vcpkg-20b665e2985e4af6dce0589807c7064df0e84c3b.zip
[botan] Fix missing --with-pkg-config parameter (#14312)
-rw-r--r--ports/botan/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/botan/portfile.cmake b/ports/botan/portfile.cmake
index 37ca79662..6411bcc88 100644
--- a/ports/botan/portfile.cmake
+++ b/ports/botan/portfile.cmake
@@ -76,6 +76,7 @@ function(BOTAN_BUILD BOTAN_BUILD_TYPE)
${BOTAN_FLAG_DEBUGMODE}
"--distribution-info=vcpkg ${TARGET_TRIPLET}"
--prefix=${BOTAN_FLAG_PREFIX}
+ --with-pkg-config
--link-method=copy)
if(CMAKE_HOST_WIN32)
list(APPEND configure_arguments ${BOTAN_MSVC_RUNTIME}${BOTAN_MSVC_RUNTIME_SUFFIX})