fix build failures with clang on x86, make sure compilation works on other Power as well

This commit is contained in:
Konstantinos Margaritis
2021-12-03 16:24:58 +02:00
parent 7cad514366
commit 07ce6d8e7f
3 changed files with 51 additions and 51 deletions

View File

@@ -33,9 +33,6 @@ SET(corpusomatic_SRCS
ng_find_matches.cpp
)
add_library(corpusomatic STATIC ${corpusomatic_SRCS})
if (ARCH_IA32 OR ARCH_X86_64)
set_target_properties(corpusomatic PROPERTIES COMPILE_FLAGS "-mssse3")
endif ()
set(databaseutil_SRCS
database_util.cpp