forked from OSchip/llvm-project
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. llvm-svn: 58461
This commit is contained in:
parent
aa53c491b2
commit
6c9f3ec66c
|
@ -1,3 +1,4 @@
|
|||
project(LLVM)
|
||||
cmake_minimum_required(VERSION 2.6.1)
|
||||
|
||||
set(PACKAGE_NAME llvm)
|
||||
|
|
Loading…
Reference in New Issue