diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-11-06 01:23:52 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-07-18 00:12:38 +0100 |
commit | a007bfe93c3e71a166206abd30a91dc3637983c8 (patch) | |
tree | b42d1f1bfe4fa1b8cbbf529c0d4fcb5ce37d2208 | |
parent | Use gentoo versioning (diff) | |
download | monero-a007bfe93c3e71a166206abd30a91dc3637983c8.tar.xz |
Use gentoo dev-libs/randomx
-rw-r--r-- | external/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index fc4045506..5536debe8 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -56,4 +56,3 @@ endif() add_subdirectory(db_drivers) add_subdirectory(easylogging++) add_subdirectory(qrcodegen) -add_subdirectory(randomx EXCLUDE_FROM_ALL) |