]> granicus.if.org Git - clang/commit
[CMake] Move BUG_REPORT_URL from clang to llvm.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Jan 2014 05:25:13 +0000 (05:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Jan 2014 05:25:13 +0000 (05:25 +0000)
commit8ae2b52c470df6be70239af1587d464a07184422
treed74636d833edb026a7876f3951210f4d9f52c4ee
parente6d57945b12230565798e9fe6653ce15d3929880
[CMake] Move BUG_REPORT_URL from clang to llvm.

It was too late to set BUG_REPORT_URL after configure_file(config.h).
BUG_REPORT_URL in config.h.cmake would be updated at 2nd run of cmake.
It caused many recompilations.

FYI, configure handles BUG_REPORT_URL in llvm side.

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