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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cedric Venet 2008-10-30 21:22:00 +00:00
parent 557291c544
commit 1d083f408b

View File

@ -1,3 +1,4 @@
project(LLVM)
cmake_minimum_required(VERSION 2.6.1)
set(PACKAGE_NAME llvm)