Skip to content

Commit

Permalink
Be more specific about what parts of radare we need
Browse files Browse the repository at this point in the history
some distributions apparently dont ship the r_main library, so
include r_asm and r_anal instead.
  • Loading branch information
cvonelm committed Dec 11, 2024
1 parent 1fee56f commit dc9be23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ find_package(CUDAToolkit)

if(PkgConfig_FOUND)
pkg_check_modules(Audit audit)
pkg_check_modules(Radare IMPORTED_TARGET r_main>=5.8.0)
pkg_check_modules(Radare IMPORTED_TARGET r_asm>=5.8.0 r_anal>=5.8.0)
endif()


Expand Down

0 comments on commit dc9be23

Please sign in to comment.