From 9de5a214c66adea0ef2d0bac63c59449de202a88 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 1 Mar 2024 14:30:36 -0500 Subject: perf: avoid nc_key struct copy, cast and verify instead --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2504480..ab86081 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ endif() unset(SECP256K1_LIB CACHE) find_library(SECP256K1_LIB - NAMES secp256k1 libsecp256k1 lib_secp256k1 ${} + NAMES secp256k1 libsecp256k1 lib_secp256k1 ) if(NOT SECP256K1_LIB) -- cgit