mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	cmake : remove arm64 msvc presets (#13342)
This commit is contained in:
		| @@ -38,15 +38,6 @@ | |||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|  |  | ||||||
|     { |  | ||||||
|         "name": "arm64-windows-msvc", "hidden": true, |  | ||||||
|         "architecture": { "value": "arm64",    "strategy": "external" }, |  | ||||||
|         "toolset":      { "value": "host=x64", "strategy": "external" }, |  | ||||||
|         "cacheVariables": { |  | ||||||
|             "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/cmake/arm64-windows-msvc.cmake" |  | ||||||
|         } |  | ||||||
|     }, |  | ||||||
|  |  | ||||||
|     { |     { | ||||||
|         "name": "arm64-windows-llvm", "hidden": true, |         "name": "arm64-windows-llvm", "hidden": true, | ||||||
|         "architecture": { "value": "arm64",    "strategy": "external" }, |         "architecture": { "value": "arm64",    "strategy": "external" }, | ||||||
| @@ -73,10 +64,6 @@ | |||||||
|     { "name": "arm64-apple-clang-release", "inherits": [ "base", "arm64-apple-clang", "reldbg" ] }, |     { "name": "arm64-apple-clang-release", "inherits": [ "base", "arm64-apple-clang", "reldbg" ] }, | ||||||
|     { "name": "arm64-apple-clang+static-release", "inherits": [ "base", "arm64-apple-clang",  "reldbg", "static" ] }, |     { "name": "arm64-apple-clang+static-release", "inherits": [ "base", "arm64-apple-clang",  "reldbg", "static" ] }, | ||||||
|  |  | ||||||
|     { "name": "arm64-windows-msvc-debug", "inherits": [ "base", "arm64-windows-msvc",  "debug"   ] }, |  | ||||||
|     { "name": "arm64-windows-msvc-release", "inherits": [ "base", "arm64-windows-msvc",  "reldbg" ] }, |  | ||||||
|     { "name": "arm64-windows-msvc+static-release", "inherits": [ "base", "arm64-windows-msvc",  "reldbg", "static" ] }, |  | ||||||
|  |  | ||||||
|     { "name": "x64-windows-llvm-debug", "inherits": [ "base", "x64-windows-llvm", "debug" ] }, |     { "name": "x64-windows-llvm-debug", "inherits": [ "base", "x64-windows-llvm", "debug" ] }, | ||||||
|     { "name": "x64-windows-llvm-release", "inherits": [ "base", "x64-windows-llvm", "release" ] }, |     { "name": "x64-windows-llvm-release", "inherits": [ "base", "x64-windows-llvm", "release" ] }, | ||||||
|     { "name": "x64-windows-llvm-reldbg", "inherits": [ "base", "x64-windows-llvm", "reldbg" ] }, |     { "name": "x64-windows-llvm-reldbg", "inherits": [ "base", "x64-windows-llvm", "reldbg" ] }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Diego Devesa
					Diego Devesa