[dense] Add -msse4.1 to compile with CMake

* CMakeLists.txt: Add -msse4.1 to ${CMAKE_C_FLAGS}
This commit is contained in:
Anurag Thakur 2023-06-05 20:31:07 +05:30
parent 724e81ef5b
commit cf779f5fbf
1 changed files with 2 additions and 0 deletions

View File

@ -247,6 +247,8 @@ if (BUILD_FRAMEWORK)
endif ()
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse4.1")
# Find dependencies
include(FindPkgConfig)