Skip to content

Commit

Permalink
update to test against dyninst 13.0.0 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kupsch authored Feb 29, 2024
1 parent eca2df1 commit 2375f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ add_definitions(-D_GNU_SOURCE)
find_package(Threads)

set(_dyn_libs symtabAPI dyninstAPI pcontrol instructionAPI dyninstAPI_RT dyninstAPI_RT_static)
find_package(Dyninst 12.3.0 REQUIRED COMPONENTS ${_dyn_libs})
find_package(Dyninst 13.0.0 REQUIRED COMPONENTS ${_dyn_libs})

# Make the aliases for the old-style targets
# The mutatees don't support the new style
Expand Down

0 comments on commit 2375f6d

Please sign in to comment.