diff options
author | Cedric Venet <cedric.venet@laposte.net> | 2008-10-30 21:22:00 +0000 |
---|---|---|
committer | Cedric Venet <cedric.venet@laposte.net> | 2008-10-30 21:22:00 +0000 |
commit | 1d083f408bed5f1b27310dc98a6f47025a88571d (patch) | |
tree | 95559acd8747effdee324e09cc5c9bd88b4a921b /CMakeLists.txt | |
parent | 557291c544098bc3697b631b06aa6366878f3bfe (diff) |
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6040e15259..7434c0acc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +project(LLVM) cmake_minimum_required(VERSION 2.6.1) set(PACKAGE_NAME llvm) |