From: Cedric Venet Date: Thu, 30 Oct 2008 21:22:00 +0000 (+0000) Subject: Change the name of the generated solution file for a CMake build. (from 'project... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d083f408bed5f1b27310dc98a6f47025a88571d;p=oota-llvm.git 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6040e15259a..7434c0acc84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +project(LLVM) cmake_minimum_required(VERSION 2.6.1) set(PACKAGE_NAME llvm)