1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fixed typo in CMakeLists.txt

This commit is contained in:
Vadim Pisarevsky
2011-08-17 19:54:50 +00:00
parent aea4486cde
commit 2154e6251f
+1 -1
View File
@@ -1223,7 +1223,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
endif()
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")
endif()
endif()