blob: 0cc3bbd2bf4e018fda6a15f4d0c6a2fdbe9f9baa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- workaround for https://github.com/KarlsruheMIS/KaMIS/issues/30
--- wmis/CMakeLists.txt.orig 2023-11-28 08:57:29 UTC
+++ wmis/CMakeLists.txt
@@ -20,7 +20,7 @@ if(COMPILER_SUPPORTS_OMIT_FRAME_POINTER)
add_compile_options(-fno-omit-frame-pointer)
endif()
-CHECK_CXX_COMPILER_FLAG(-march=native COMPILER_SUPPORTS_MARCH_NATIVE)
+#CHECK_CXX_COMPILER_FLAG(-march=native COMPILER_SUPPORTS_MARCH_NATIVE)
if(COMPILER_SUPPORTS_MARCH_NATIVE)
add_compile_options(-march=native)
endif()
|