Skip to content

Commit f00c0d0

Browse files
authored
CYGWIN builds currently require blas_server_win32
1 parent 8a0b97e commit f00c0d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/others/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ if (USE_THREAD)
1313
set(BLAS_SERVER blas_server_omp.c)
1414
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
1515
set(BLAS_SERVER blas_server_win32.c)
16+
elseif (${CMAKE_SYSTEM_NAME} STREQUAL CYGWIN)
17+
set(BLAS_SERVER blas_server_win32.c)
1618
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "WindowsStore")
1719
set(BLAS_SERVER blas_server_win32.c)
1820
endif ()

0 commit comments

Comments
 (0)