aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/seal/portfile.cmake2
-rw-r--r--ports/seal/vcpkg.json1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/seal/portfile.cmake b/ports/seal/portfile.cmake
index f24241a3f..b458c9067 100644
--- a/ports/seal/portfile.cmake
+++ b/ports/seal/portfile.cmake
@@ -31,7 +31,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
-vcpkg_cmake_config_fixup(PACKAGE_NAME "SEAL" CONFIG_PATH "lib/cmake/")
+vcpkg_cmake_config_fixup(PACKAGE_NAME "SEAL" CONFIG_PATH "lib/cmake/SEAL-3.6")
if("hexl" IN_LIST FEATURES)
vcpkg_fixup_pkgconfig(SKIP_CHECK)
diff --git a/ports/seal/vcpkg.json b/ports/seal/vcpkg.json
index ef5b166a5..f7a7928dd 100644
--- a/ports/seal/vcpkg.json
+++ b/ports/seal/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "seal",
"version-semver": "3.6.6",
+ "port-version": 1,
"description": "Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.",
"homepage": "https://github.com/microsoft/SEAL",
"supports": "!windows | (windows & static)",