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:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user