Commit addb1538 authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix run time error

parent 87d0c91d
...@@ -201,9 +201,9 @@ if(CMAKE_COMPILER_IS_GNUCXX) ...@@ -201,9 +201,9 @@ if(CMAKE_COMPILER_IS_GNUCXX)
add_extra_compiler_option(-mpopcnt) add_extra_compiler_option(-mpopcnt)
endif() endif()
endif() endif()
if((X86 OR X86_64) AND NOT MSVC) if((X86 OR X86_64) AND NOT MSVC AND NOT APPLE)
add_extra_compiler_option(-mf16c) add_extra_compiler_option(-mf16c)
endif((X86 OR X86_64) AND NOT MSVC) endif((X86 OR X86_64) AND NOT MSVC AND NOT APPLE)
endif(NOT MINGW) endif(NOT MINGW)
if(X86 OR X86_64) if(X86 OR X86_64)
......
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