[llvm-commits] [llvm] r58461 - /llvm/trunk/CMakeLists.txt

Cedric Venet cedric.venet at laposte.net
Thu Oct 30 14:22:00 PDT 2008


Author: venet
Date: Thu Oct 30 16:22:00 2008
New Revision: 58461

URL: http://llvm.org/viewvc/llvm-project?rev=58461&view=rev
Log:
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.

Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=58461&r1=58460&r2=58461&view=diff

==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Thu Oct 30 16:22:00 2008
@@ -1,3 +1,4 @@
+project(LLVM)
 cmake_minimum_required(VERSION 2.6.1)
 
 set(PACKAGE_NAME llvm)





More information about the llvm-commits mailing list