[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] gsoc-anurag-2023-final d48645814 05/16: [dense] Add -msse4.1
From: |
Werner Lemberg |
Subject: |
[freetype2] gsoc-anurag-2023-final d48645814 05/16: [dense] Add -msse4.1 to compile with CMake |
Date: |
Mon, 9 Oct 2023 17:36:37 -0400 (EDT) |
branch: gsoc-anurag-2023-final
commit d4864581438089f4edbc365b479cb4b7e4714911
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] gsoc-anurag-2023-final d48645814 05/16: [dense] Add -msse4.1 to compile with CMake,
Werner Lemberg <=