[dense] Add -msse4.1 to compile with CMake
This commit is contained in:
parent
f7f7eb0843
commit
f1550424d5
|
@ -247,6 +247,8 @@ if (BUILD_FRAMEWORK)
|
|||
endif ()
|
||||
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse4.1")
|
||||
|
||||
# Find dependencies
|
||||
include(FindPkgConfig)
|
||||
|
||||
|
|
Loading…
Reference in New Issue