From f321910a3b6249718f0f1bd240c0bce11dcb5ca2 Mon Sep 17 00:00:00 2001 From: vithulep Date: Wed, 11 Jun 2025 10:41:07 +0530 Subject: [PATCH] Updated cmake file --- ggml/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/ggml/src/CMakeLists.txt b/ggml/src/CMakeLists.txt index 80f7ff6240..7dcb031f0f 100644 --- a/ggml/src/CMakeLists.txt +++ b/ggml/src/CMakeLists.txt @@ -103,7 +103,6 @@ endif() # TODO: probably these flags need to be tweaked on some architectures # feel free to update the Makefile for your architecture and send a pull request or issue message(STATUS "CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}") - if (MSVC) string(TOLOWER "${CMAKE_GENERATOR_PLATFORM}" CMAKE_GENERATOR_PLATFORM_LWR) message(STATUS "CMAKE_GENERATOR_PLATFORM: ${CMAKE_GENERATOR_PLATFORM}")