CMake: Directed bug reports to llvmbugs.
authorOscar Fuentes <ofv@wanadoo.es>
Sat, 25 Oct 2008 03:49:35 +0000 (03:49 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sat, 25 Oct 2008 03:49:35 +0000 (03:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58134 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index 76ed06cad6a517dc9fefd4b96d5ed860ea9e3bf0..52b56a4c541cc89a14eb2c5ee258f43f425de01c 100644 (file)
@@ -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)