Skip to content

Commit 6b231da

Browse files
authored
Update to Dyninst 13.0.0
2 parents 0f1dbe7 + 272c57a commit 6b231da

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)