From 02bef1943e8ea6ccf2fcece86f686fe3bfbde076 Mon Sep 17 00:00:00 2001 From: woodser Date: Sun, 9 Feb 2025 06:43:29 -0500 Subject: [PATCH] fix incorrect link order of other builds --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c25df2a..c8a84341 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -319,7 +319,6 @@ if (BUILD_LIBRARY) ringct ringct_basic common - cncrypto blockchain_db blocks checkpoints @@ -327,6 +326,7 @@ if (BUILD_LIBRARY) device_trezor multisig version + cncrypto randomx epee hardforks @@ -484,7 +484,6 @@ if (BUILD_SCRATCHPAD) ringct ringct_basic common - cncrypto blockchain_db blocks checkpoints @@ -492,6 +491,7 @@ if (BUILD_SCRATCHPAD) device_trezor multisig version + cncrypto randomx epee hardforks @@ -556,7 +556,6 @@ if (BUILD_TESTS) ringct ringct_basic common - cncrypto blockchain_db blocks checkpoints @@ -564,6 +563,7 @@ if (BUILD_TESTS) device_trezor multisig version + cncrypto randomx epee hardforks