Skip to content

Commit

Permalink
Convert find_package to bob_public_dep
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden Woodruff <[email protected]>
  • Loading branch information
bobpaw committed Nov 9, 2023
1 parent 6801aba commit 453362b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ if(ENABLE_SIMMETRIX)
endif()

if(ENABLE_CAPSTONE)
find_package(CreateMG REQUIRED)
set(SCOREC_USE_CreateMG_DEFAULT ${ENABLE_CAPSTONE})
bob_public_dep(CreateMG)
endif()

if(ENABLE_OMEGA_H)
Expand Down

0 comments on commit 453362b

Please sign in to comment.