mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
11 lines
253 B
Diff
11 lines
253 B
Diff
--- a/ports/cmake/src/CMakeLists.txt
|
|
+++ b/ports/cmake/src/CMakeLists.txt
|
|
@@ -175,7 +175,7 @@
|
|
set(NO_ERETURN ON)
|
|
endif()
|
|
|
|
-cmake_host_system_information(RESULT HAVE_FPU QUERY HAS_FPU)
|
|
+set(HAVE_FPU ON)
|
|
|
|
if(NOT HAVE_FPU)
|
|
set(NO_SYNTH32 ON)
|