Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Fix anvill install target usage (#736)
Browse files Browse the repository at this point in the history
Anvill now installs unversioned target
  • Loading branch information
ekilmer committed Feb 22, 2021
1 parent 6dfbaf9 commit 62293ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists_vcpkg.txt
Expand Up @@ -156,7 +156,7 @@ add_dependencies(${MCSEMA_LIFT}

# anvill
find_package(anvill CONFIG REQUIRED)
list(APPEND PROJECT_LIBRARIES anvill-${REMILL_LLVM_VERSION})
list(APPEND PROJECT_LIBRARIES anvill)

# mcsema-disass

Expand Down

0 comments on commit 62293ae

Please sign in to comment.