From 1c8a7a4eb54c70c31634378f5b3bd50efc4c430e Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 6 Dec 2024 08:42:11 -0600 Subject: move zlibstatic to the top (this shouldn't matter anyway) --- monero_libwallet2_api_c/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monero_libwallet2_api_c/CMakeLists.txt') diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt index 9cb27a9..cab6f43 100644 --- a/monero_libwallet2_api_c/CMakeLists.txt +++ b/monero_libwallet2_api_c/CMakeLists.txt @@ -115,13 +115,13 @@ elseif(${MONERO_FLAVOR} STREQUAL "zano") find_package(Boost 1.71 REQUIRED COMPONENTS system filesystem thread timer date_time chrono regex serialization atomic program_options) find_package(OpenSSL REQUIRED) set(WALLET_TARGETS + zlibstatic wallet general tor-connect crypto currency_core - common - zlibstatic + common ${Boost_LIBRARIES} ${OpenSSL_LIBRARIES}) -- cgit v1.2.3