Skip to content

Commit

Permalink
avoid overriding the global USE_GEMM3M
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Feb 26, 2024
1 parent a1ec94c commit 5d929d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ctest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize")
endif()

set (USE_GEMM3M 0)
if (${ARCH} MATCHES x86|x86_64|ia64|mips)
set(USE_GEMM3M 1)
endif ()

if(WIN32)
FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.ps1
"$ErrorActionPreference = \"Stop\"\n"
Expand Down

0 comments on commit 5d929d2

Please sign in to comment.