We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0b97e commit f00c0d0Copy full SHA for f00c0d0
1 file changed
driver/others/CMakeLists.txt
@@ -13,6 +13,8 @@ if (USE_THREAD)
13
set(BLAS_SERVER blas_server_omp.c)
14
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
15
set(BLAS_SERVER blas_server_win32.c)
16
+ elseif (${CMAKE_SYSTEM_NAME} STREQUAL CYGWIN)
17
+ set(BLAS_SERVER blas_server_win32.c)
18
elseif (${CMAKE_SYSTEM_NAME} STREQUAL "WindowsStore")
19
20
endif ()
0 commit comments