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

Commit 62293ae

Browse files
authored
Fix anvill install target usage (#736)
Anvill now installs unversioned target
1 parent 6dfbaf9 commit 62293ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists_vcpkg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ add_dependencies(${MCSEMA_LIFT}
156156

157157
# anvill
158158
find_package(anvill CONFIG REQUIRED)
159-
list(APPEND PROJECT_LIBRARIES anvill-${REMILL_LLVM_VERSION})
159+
list(APPEND PROJECT_LIBRARIES anvill)
160160

161161
# mcsema-disass
162162

0 commit comments

Comments
 (0)