mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed wrong spam of command option into build log
This commit is contained in:
@@ -106,7 +106,7 @@ endif ()
|
|||||||
|
|
||||||
if (OMATH_USE_AVX2)
|
if (OMATH_USE_AVX2)
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_compile_options(${PROJECT_NAME} PUBLIC /ARCH:AVX2)
|
target_compile_options(${PROJECT_NAME} PUBLIC /arch:AVX2)
|
||||||
elseif (EMSCRIPTEN)
|
elseif (EMSCRIPTEN)
|
||||||
target_compile_options(${PROJECT_NAME} PUBLIC -msimd128 -mavx2)
|
target_compile_options(${PROJECT_NAME} PUBLIC -msimd128 -mavx2)
|
||||||
elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang|AppleClang")
|
elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang|AppleClang")
|
||||||
|
|||||||
Reference in New Issue
Block a user