From 132d43fc9d96185b644dc1cafc896c91947221d8 Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Thu, 14 Aug 2025 12:16:11 -0500 Subject: [PATCH] remove excessively-specific opentxs version requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53c3faa..204dac9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ otcommon_print_build_details(METIER_SERVER_PEDANTIC_BUILD "") otcommon_find_system_libraries() find_package( opentxs - 1.234.1 + 1.234 CONFIG REQUIRED )