Commit 2154e625 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed typo in CMakeLists.txt

parent aea4486c
...@@ -1223,7 +1223,7 @@ if(CMAKE_COMPILER_IS_GNUCXX) ...@@ -1223,7 +1223,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
endif() endif()
if(X86 OR X86_64) if(X86 OR X86_64)
if(NOT APPLE AND ${CMAKE_SIZEOF_VOID_P} EQUAL 4) if(NOT APPLE AND CMAKE_SIZEOF_VOID_P EQUAL 4)
set(EXTRA_C_FLAGS_RELEASE "${EXTRA_C_FLAGS_RELEASE} -mfpmath=387") set(EXTRA_C_FLAGS_RELEASE "${EXTRA_C_FLAGS_RELEASE} -mfpmath=387")
endif() endif()
endif() endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment