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.
1 parent fcd8495 commit 41c92dfCopy full SHA for 41c92df
1 file changed
capstonebundle/cmake/Dependencies.cmake
@@ -1,7 +1,7 @@
1
include(cmake/CPM.cmake)
2
3
function(setup_dependencies)
4
- find_package(capstone QUIET)
+ find_package(capstone 6.0 QUIET)
5
6
if(capstone_FOUND)
7
if(NOT TARGET capstone)
0 commit comments