Skip to content

Commit ba11761

Browse files
authored
update to test against dyninst 13.0.0 (#57)
1 parent 5e79f72 commit ba11761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13.0)
22
project(examples)
33

4-
find_package(Dyninst 12.3.0 REQUIRED COMPONENTS dyninstAPI dynC_API parseAPI
4+
find_package(Dyninst 13.0.0 REQUIRED COMPONENTS dyninstAPI dynC_API parseAPI
55
symtabAPI patchAPI)
66

77
add_executable(InterestingProgram common/mutatees/InterestingProgram.cpp)

0 commit comments

Comments
 (0)