From 78be3d96133e7e2fd52606f684bfdc56e4e1ddd8 Mon Sep 17 00:00:00 2001 From: NiccoloN Date: Thu, 30 Jul 2026 17:59:14 +0200 Subject: [PATCH] update project name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2b0a19..4e1ec69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Match the minimum required version of onnx-mlir cmake_minimum_required(VERSION 3.20.0) -project(raptor) +project(Raptor) # Materialize a CMake shim directory function(raptor_write_external_cmake_shim shim_dir external_source_dir description)