]> granicus.if.org Git - clang/commit
[CMake] Always generate and install cmake config files on CMake>=3.0.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Oct 2015 02:37:30 +0000 (02:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 10 Oct 2015 02:37:30 +0000 (02:37 +0000)
commit3a93df9f734f8b0765d11ff7c31c85a9100c701b
tree2e8f9444c7a7707f0a6ccd1cc4f7f339bb70ca3e
parent66a633ae9199681c884ee7ae8bdcb76e10061aef
[CMake] Always generate and install cmake config files on CMake>=3.0.

Currently, cmake config files are only generated and installed when CLANG_BUILD_STANDALONE set, which means config file will not be generated or installed when clang is built with llvm. This change removes that restriction.

Thanks to Don Hinton <hintonda@gmail.com>

http://reviews.llvm.org/D13453

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249935 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt