[zydis] fix find_package (#27667)

* Fix zydis find_package

Zydis currently nests the config.cmake files in zydis/zydis which is
then skipped by find_package(zydis CONFIG REQUIRED)

closes https://github.com/zyantific/zydis/issues/388

* Run x-add-version
This commit is contained in:
Alan Tse 2022-11-07 15:36:21 -08:00 committed by GitHub
parent 415aa1c071
commit ebec9d7288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -22,7 +22,7 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake)
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/zydis)
vcpkg_copy_tools(TOOL_NAMES ZydisDisasm ZydisInfo AUTO_CLEAN)

View File

@ -1,7 +1,7 @@
{
"name": "zydis",
"version-semver": "3.2.1",
"port-version": 2,
"port-version": 3,
"description": "Fast and lightweight x86/x86-64 disassembler library.",
"homepage": "https://zydis.re",
"license": "MIT",

View File

@ -8266,7 +8266,7 @@
},
"zydis": {
"baseline": "3.2.1",
"port-version": 2
"port-version": 3
},
"zyre": {
"baseline": "2019-07-07",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "88c0a32f293fa4ee48ce2fa89369c9fdceff200f",
"version-semver": "3.2.1",
"port-version": 3
},
{
"git-tree": "6f44467c0fc5c106acd0846b22a6c0d3691c10de",
"version-semver": "3.2.1",