summaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/mo/monero-cli/use-system-libraries.patch
blob: 48755ca7c2d2af5303c4943c17e4a286d81d8c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 5bdd5d9b4..3af6c5f5a 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -44,4 +44,5 @@ endif()
 add_subdirectory(db_drivers)
 add_subdirectory(easylogging++)
 add_subdirectory(qrcodegen)
-add_subdirectory(randomx EXCLUDE_FROM_ALL)
+find_library(RANDOMX_LIBRARY randomx)
+find_package(RapidJSON)