mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 22:00:16 +08:00
[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:
parent
415aa1c071
commit
ebec9d7288
@ -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)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -8266,7 +8266,7 @@
|
||||
},
|
||||
"zydis": {
|
||||
"baseline": "3.2.1",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"zyre": {
|
||||
"baseline": "2019-07-07",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "88c0a32f293fa4ee48ce2fa89369c9fdceff200f",
|
||||
"version-semver": "3.2.1",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "6f44467c0fc5c106acd0846b22a6c0d3691c10de",
|
||||
"version-semver": "3.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user