freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] gsoc-anurag-2023 8729e33f7 1/2: [dense] Add -msse4.1 to comp


From: Werner Lemberg
Subject: [freetype2] gsoc-anurag-2023 8729e33f7 1/2: [dense] Add -msse4.1 to compile with CMake
Date: Mon, 5 Jun 2023 14:09:20 -0400 (EDT)

branch: gsoc-anurag-2023
commit 8729e33f7818befda14f6feb6bff8859369ec9a2
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 4a6e3a60c..ea61d4a88 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]