diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-25 03:49:35 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2008-10-25 03:49:35 +0000 |
commit | f7e73b98d23151949b39401a69078a443894a17b (patch) | |
tree | 5907780e780fb0157a03304ad085c2e70b7d1216 | |
parent | 28df32b559c358edfa9ae875eb25a6f086306c13 (diff) |
CMake: Directed bug reports to llvmbugs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58134 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 76ed06cad6..52b56a4c54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 2.6.1) set(PACKAGE_NAME llvm) set(PACKAGE_VERSION svn) -set(PACKAGE_BUGREPORT "ofv@wanadoo.es") -#set(PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu") +set(PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu") include(FindPerl) |