We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f1dbe7 + 272c57a commit 6b231daCopy full SHA for 6b231da
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.13.0)
2
project(unit-tests)
3
4
-find_package(Dyninst 12.3.0 REQUIRED COMPONENTS parseAPI instructionAPI)
+find_package(Dyninst 13.0.0 REQUIRED COMPONENTS parseAPI instructionAPI)
5
6
if(NOT DYNINST_SOURCE_TREE)
7
message(FATAL_ERROR"Must specify DYNINST_SOURCE_TREE")
0 commit comments