freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] gsoc-anurag-2023 f1550424d 12/13: [dense] Add -msse4.1 to co


From: Werner Lemberg
Subject: [freetype2] gsoc-anurag-2023 f1550424d 12/13: [dense] Add -msse4.1 to compile with CMake
Date: Tue, 8 Aug 2023 16:02:53 -0400 (EDT)

branch: gsoc-anurag-2023
commit f1550424d533d22f03a5b31a3474fdc21fc8d12f
Author: Anurag Thakur <anurag105csec21@bpitindia.edu.in>
Commit: Anurag Thakur <anurag105csec21@bpitindia.edu.in>

    [dense] Add -msse4.1 to compile with CMake
---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a2c05d4e..802f2e56a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -247,6 +247,8 @@ if (BUILD_FRAMEWORK)
 endif ()
 
 
+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse4.1")
+
 # Find dependencies
 include(FindPkgConfig)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]