Skip to content

Commit 272c57a

Browse files
committed
Update to Dyninst 13.0.0
1 parent 0f1dbe7 commit 272c57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13.0)
22
project(unit-tests)
33

4-
find_package(Dyninst 12.3.0 REQUIRED COMPONENTS parseAPI instructionAPI)
4+
find_package(Dyninst 13.0.0 REQUIRED COMPONENTS parseAPI instructionAPI)
55

66
if(NOT DYNINST_SOURCE_TREE)
77
message(FATAL_ERROR"Must specify DYNINST_SOURCE_TREE")

0 commit comments

Comments
 (0)