diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-11-06 01:23:52 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-24 23:28:35 +0100 |
commit | e0bf6d9ff80418cf9b024f2a27a0f65ef40bc82c (patch) | |
tree | 34fcba315726038841ab037149e2ffbe8cec03b6 | |
parent | Do not install trezor dep libs (diff) | |
download | monero-e0bf6d9ff80418cf9b024f2a27a0f65ef40bc82c.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 1db18e243..567a2fc1e 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -71,4 +71,3 @@ endif() add_subdirectory(db_drivers) add_subdirectory(easylogging++) add_subdirectory(qrcodegen) -add_subdirectory(randomx EXCLUDE_FROM_ALL) |