Skip to content

Commit 5d929d2

Browse files
authored
avoid overriding the global USE_GEMM3M
1 parent a1ec94c commit 5d929d2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ctest/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
1010
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize")
1111
endif()
1212

13-
set (USE_GEMM3M 0)
14-
if (${ARCH} MATCHES x86|x86_64|ia64|mips)
15-
set(USE_GEMM3M 1)
16-
endif ()
17-
1813
if(WIN32)
1914
FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.ps1
2015
"$ErrorActionPreference = \"Stop\"\n"

0 commit comments

Comments
 (0)