mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:39:47 +00:00
[CMake] Fix Bug Report URL
It looks like this hasn't been updated since bugzilla moved. Patch by Colden Cullen. Differential Revision: https://reviews.llvm.org/D42496 llvm-svn: 323457
This commit is contained in:
parent
529e9bc053
commit
f6c223bd56
@ -207,7 +207,7 @@ option(LLVM_APPEND_VC_REV
|
||||
|
||||
set(PACKAGE_NAME LLVM)
|
||||
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
|
||||
set(PACKAGE_BUGREPORT "http://llvm.org/bugs/")
|
||||
set(PACKAGE_BUGREPORT "https://bugs.llvm.org/")
|
||||
|
||||
set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING
|
||||
"Default URL where bug reports are to be submitted.")
|
||||
|
Loading…
Reference in New Issue
Block a user