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 1912211 commit be494d4Copy full SHA for be494d4
CMakeLists.txt
@@ -79,7 +79,7 @@ if (NOT MSVC)
79
endif()
80
81
if (WIN32)
82
- option(LLAMA_WIN_VER "llama: Windows Version" 0x602)
+ set(LLAMA_WIN_VER "0x602" CACHE STRING "llama: Windows Version")
83
84
85
# 3rd party libs
0 commit comments