freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] gsoc-anurag-2023-final cf779f5fb 01/11: [dense] Add -msse4.1


From: Werner Lemberg
Subject: [freetype2] gsoc-anurag-2023-final cf779f5fb 01/11: [dense] Add -msse4.1 to compile with CMake
Date: Mon, 9 Oct 2023 18:16:46 -0400 (EDT)

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

    [dense] Add -msse4.1 to compile with CMake
    
    * CMakeLists.txt: Add -msse4.1 to ${CMAKE_C_FLAGS}
---
 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]