Browse Source

avoid overriding the global USE_GEMM3M

tags/v0.3.27
Martin Kroeker GitHub 1 year ago
parent
commit
5d929d2706
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      ctest/CMakeLists.txt

+ 0
- 5
ctest/CMakeLists.txt View File

@@ -10,11 +10,6 @@ if (CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize") set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fno-tree-vectorize")
endif() endif()


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

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


Loading…
Cancel
Save