We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca2df1 commit 2375f6dCopy full SHA for 2375f6d
1 file changed
CMakeLists.txt
@@ -26,7 +26,7 @@ add_definitions(-D_GNU_SOURCE)
26
find_package(Threads)
27
28
set(_dyn_libs symtabAPI dyninstAPI pcontrol instructionAPI dyninstAPI_RT dyninstAPI_RT_static)
29
-find_package(Dyninst 12.3.0 REQUIRED COMPONENTS ${_dyn_libs})
+find_package(Dyninst 13.0.0 REQUIRED COMPONENTS ${_dyn_libs})
30
31
# Make the aliases for the old-style targets
32
# The mutatees don't support the new style
0 commit comments