We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c1c1e commit bb12c2cCopy full SHA for bb12c2c
cmake/system.cmake
@@ -297,13 +297,15 @@ if (USE_SIMPLE_THREADED_LEVEL3)
297
set(CCOMMON_OPT "${CCOMMON_OPT} -DUSE_SIMPLE_THREADED_LEVEL3")
298
endif ()
299
300
+if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
301
if (DEFINED MAX_STACK_ALLOC)
302
if (NOT ${MAX_STACK_ALLOC} EQUAL 0)
303
set(CCOMMON_OPT "${CCOMMON_OPT} -DMAX_STACK_ALLOC=${MAX_STACK_ALLOC}")
304
305
else ()
306
set(CCOMMON_OPT "${CCOMMON_OPT} -DMAX_STACK_ALLOC=2048")
307
308
+endif ()
309
310
if (DEFINED LIBNAMESUFFIX)
311
set(LIBPREFIX "libopenblas_${LIBNAMESUFFIX}")
0 commit comments