mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-08 10:28:01 +02:00
[dense] Add -msse4.1 to compile with CMake
This commit is contained in:
parent
f7f7eb0843
commit
f1550424d5
1 changed files with 2 additions and 0 deletions
|
|
@ -247,6 +247,8 @@ if (BUILD_FRAMEWORK)
|
|||
endif ()
|
||||
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse4.1")
|
||||
|
||||
# Find dependencies
|
||||
include(FindPkgConfig)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue