From e8efab541b49e8202c3896f9219334788e45d40e Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Fri, 28 Aug 2020 11:40:05 -0700 Subject: [PATCH] Unbreak build on power architectures. Turns out I mistyped a filename when switching over to highwayhash. Which went unnoticed since we do not really test against any power architecure machines. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 973aa63fbc..4230dae6ba 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -348,7 +348,7 @@ elseif (${COMPILER_ARCHITECTURE} STREQUAL "power") set_source_files_properties(../auxil/highwayhash/highwayhash/hh_avx2.cc PROPERTIES COMPILE_FLAGS -mvsx) list(APPEND HH_SRCS - ../auxil/highwayhash/highwayhash/hh_vsc.cc + ../auxil/highwayhash/highwayhash/hh_vsx.cc ) elseif(${COMPILER_ARCHITECTURE} STREQUAL "x86_64") set_source_files_properties(../auxil/highwayhash/highwayhash/hh_avx2.cc PROPERTIES COMPILE_FLAGS