Skip to content

Commit 2375f6d

Browse files
authored
update to test against dyninst 13.0.0 (#236)
1 parent eca2df1 commit 2375f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ add_definitions(-D_GNU_SOURCE)
2626
find_package(Threads)
2727

2828
set(_dyn_libs symtabAPI dyninstAPI pcontrol instructionAPI dyninstAPI_RT dyninstAPI_RT_static)
29-
find_package(Dyninst 12.3.0 REQUIRED COMPONENTS ${_dyn_libs})
29+
find_package(Dyninst 13.0.0 REQUIRED COMPONENTS ${_dyn_libs})
3030

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

0 commit comments

Comments
 (0)