Skip to content
Snippets Groups Projects
Commit b6f44904 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

march native is not available for clang on arm64

parent 23684090
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# builds the test # builds the test
if ( WALBERLA_CXX_COMPILER_IS_GNU OR (WALBERLA_CXX_COMPILER_IS_CLANG AND (NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" OR NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64")) ) if ( WALBERLA_CXX_COMPILER_IS_GNU OR (WALBERLA_CXX_COMPILER_IS_CLANG AND NOT (CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang" OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64")) )
set( MarchNativeString "-march=native" ) set( MarchNativeString "-march=native" )
endif() endif()
......
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