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()