From e41de6b0452678392e2bb28659eaa36f561afe20 Mon Sep 17 00:00:00 2001 From: Adriankhl Date: Thu, 6 Jun 2024 14:02:59 +0800 Subject: [PATCH] build: change project name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9adf28..b6e8c51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.22) -project(gdllama) +project(gdllm) include(CTest)