Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Zydis #14

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open

Fix Zydis #14

wants to merge 2 commits into from

Conversation

ParhamBandarchi
Copy link

Fix Zydis issue which would stop nvlax from being compiled,

@tytan652
Copy link

tytan652 commented Feb 9, 2022

Replacing this

CPMAddPackage(
        NAME LIEF_SRC
        GIT_TAG master
        GITHUB_REPOSITORY lief-project/LIEF
        DOWNLOAD_ONLY YES
)

by

CPMAddPackage(
        NAME LIEF_SRC
        GIT_TAG b65e7cca03ec4cd91f1d7125e717d01635ea81ba
        GITHUB_REPOSITORY lief-project/LIEF
        DOWNLOAD_ONLY YES
)

does make things work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants