mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
fix build failures with clang on x86, make sure compilation works on other Power as well
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user