opnsense-ports/math/z3/files/patch-CMakeLists.txt
Franco Fichtner 8b074a7e06 math/z3: sync with upstream
Taken from: FreeBSD
2025-01-07 13:51:20 +01:00

22 lines
749 B
Text

Let Framework control CPU-specific optimizations
--- CMakeLists.txt.orig 2025-01-05 12:12:08 UTC
+++ CMakeLists.txt
@@ -269,7 +269,7 @@ endif()
-################################################################################
+#[[ ################################################################################
# FP math
################################################################################
# FIXME: Support ARM "-mfpu=vfp -mfloat-abi=hard"
@@ -286,7 +286,7 @@ if ((TARGET_ARCHITECTURE STREQUAL "x86_64") OR (TARGET
list(APPEND Z3_COMPONENT_CXX_FLAGS ${SSE_FLAGS})
endif()
unset(SSE_FLAGS)
-endif()
+endif() ]]
################################################################################
# Threading support