Change the name of the generated solution file for a CMake build. (from 'project...
authorCedric Venet <cedric.venet@laposte.net>
Thu, 30 Oct 2008 21:22:00 +0000 (21:22 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Thu, 30 Oct 2008 21:22:00 +0000 (21:22 +0000)
!!!!!!!!!! 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

CMakeLists.txt

index 6040e15259a2d95dc5a36ce8b00a2fa48eaee4a8..7434c0acc840ac3c1ca1424f1b83bd60ef1b355b 100644 (file)
@@ -1,3 +1,4 @@
+project(LLVM)
 cmake_minimum_required(VERSION 2.6.1)
 
 set(PACKAGE_NAME llvm)