Skip to content

Commit 2154e62

Browse files
author
Vadim Pisarevsky
committed
fixed typo in CMakeLists.txt
1 parent aea4486 commit 2154e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
12231223
endif()
12241224

12251225
if(X86 OR X86_64)
1226-
if(NOT APPLE AND ${CMAKE_SIZEOF_VOID_P} EQUAL 4)
1226+
if(NOT APPLE AND CMAKE_SIZEOF_VOID_P EQUAL 4)
12271227
set(EXTRA_C_FLAGS_RELEASE "${EXTRA_C_FLAGS_RELEASE} -mfpmath=387")
12281228
endif()
12291229
endif()

0 commit comments

Comments
 (0)