From 1781015ba82afb1b7c4806b5c5016ff3b9232f6f Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 18 May 2024 11:41:20 +0300 Subject: [PATCH] ci : trigger --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e4daae03..cbeb2ee37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.14) # for add_link_options and implicit target directories. +cmake_minimum_required(VERSION 3.14) # for add_link_options and implicit target directories. project("llama.cpp" C CXX) include(CheckIncludeFileCXX)