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

gsoc-anurag-2023
Anurag Thakur 2 years ago
parent f7f7eb0843
commit f1550424d5
  1. 2
      CMakeLists.txt

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

Loading…
Cancel
Save