]> granicus.if.org Git - clang/commitdiff
[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)
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

index aaf251d320bebf9a0a13a5c752cda8bfedafae7f..144239157a3ae51bd33410c659d334cfdc8fd6ea 100644 (file)
@@ -451,8 +451,5 @@ if( CLANG_BUILT_STANDALONE AND MSVC_VERSION EQUAL 1600 )
   endif()
 endif()
 
-set(BUG_REPORT_URL "http://llvm.org/bugs/" CACHE STRING
-  "Default URL where bug reports are to be submitted.")
-
 set(CLANG_ORDER_FILE "" CACHE FILEPATH
   "Order file to use when compiling clang in order to improve startup time.")