set GGML_WIN_VER to 0x601 (WIN7)

This commit is contained in:
LIU Xiao 2024-07-03 12:52:35 +08:00
parent e8119ef670
commit 0ad8c88d3f

View File

@ -99,7 +99,7 @@ option(GGML_LSX "ggml: enable lsx" ON)
option(GGML_SVE "ggml: enable SVE" OFF) option(GGML_SVE "ggml: enable SVE" OFF)
if (WIN32) if (WIN32)
set(GGML_WIN_VER "0x602" CACHE STRING "ggml: Windows Version") set(GGML_WIN_VER "0x601" CACHE STRING "ggml: Windows Version")
endif() endif()
# ggml core # ggml core