mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:06:36 +08:00
[seal] Fixed cannot find SEAL. (#18596)
* Fixed cannot find seal. * Updated versioning.
This commit is contained in:
parent
ffa4f9dd37
commit
d93cf33a22
@ -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)
|
||||
|
@ -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)",
|
||||
|
@ -5690,7 +5690,7 @@
|
||||
},
|
||||
"seal": {
|
||||
"baseline": "3.6.6",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"secp256k1": {
|
||||
"baseline": "2017-19-10",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "89d120a6c3ac5306d90e29913048b518dc5a2c9b",
|
||||
"version-semver": "3.6.6",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e487b9120a78480800a1fd914477acf03f677919",
|
||||
"version-semver": "3.6.6",
|
||||
|
Loading…
Reference in New Issue
Block a user