From 6c9f3ec66c7023ba5c32d2a0b771ff858f195c49 Mon Sep 17 00:00:00 2001 From: Cedric Venet Date: Thu, 30 Oct 2008 21:22:00 +0000 Subject: [PATCH] Change the name of the generated solution file for a CMake build. (from 'project' to 'LLVM'). !!!!!!!!!! Warning !!!!!!!!!!!!!!! If you already have created a solution with cmake, you will need to manually open to the new one. llvm-svn: 58461 --- llvm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 6040e15259a2..7434c0acc840 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -1,3 +1,4 @@ +project(LLVM) cmake_minimum_required(VERSION 2.6.1) set(PACKAGE_NAME llvm)