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)