From 6f0291bfde7428eebf730fbcc2dc1ee6625a8125 Mon Sep 17 00:00:00 2001 From: XMRig Date: Mon, 19 Sep 2022 05:45:16 +0700 Subject: [PATCH] Fixed build. --- cmake/randomx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/randomx.cmake b/cmake/randomx.cmake index f8a8da58..fcb66989 100644 --- a/cmake/randomx.cmake +++ b/cmake/randomx.cmake @@ -76,7 +76,7 @@ if (WITH_RANDOMX) endif() if (WITH_AVX2) - list(APPEND SOURCES_CRYPTO src/crypto/randomx/blake2/avx2/blake2b_avx2.c) + list(APPEND SOURCES src/crypto/randomx/blake2/avx2/blake2b_avx2.c) if (CMAKE_C_COMPILER_ID MATCHES GNU OR CMAKE_C_COMPILER_ID MATCHES Clang) set_source_files_properties(src/crypto/randomx/blake2/avx2/blake2b_avx2.c PROPERTIES COMPILE_FLAGS "-Ofast -mavx2")