Fixes in Cmake scripts after merging #350 (2)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ac8f69..cfc31a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.15...3.26)
 
-project(VulkanMemoryAllocator LANGUAGES CXX)
+project(VMA LANGUAGES CXX)
 
 add_library(VulkanMemoryAllocator INTERFACE)
 add_library(GPUOpen::VulkanMemoryAllocator ALIAS VulkanMemoryAllocator)