From 1438672fe52bd78af2504b585a57aa1a7fbca7ad Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 6 Aug 2022 15:25:40 +0700 Subject: [PATCH] Fixed kawpow build. --- cmake/kawpow.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/kawpow.cmake b/cmake/kawpow.cmake index ca15fa9f..dd6861a5 100644 --- a/cmake/kawpow.cmake +++ b/cmake/kawpow.cmake @@ -10,5 +10,5 @@ if (WITH_KAWPOW) ) add_subdirectory(src/base/3rdparty/libethash) - list(APPEND LIBS ethash) + list(INSERT LIBS 0 ethash) endif()