summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-10-14 13:42:52 +0000
committerSander Vrijders <sander.vrijders@ugent.be>2017-10-14 13:42:52 +0000
commitde225326e624a97bf08363c0b47772053c68c063 (patch)
treec3cdf20a9f2f7c835966d9f5a3dce651edc7ca35
parentbf1602c915dee8bd6cbb69aba1fe88619b9c0eed (diff)
parentc88c72010759d248d85b8195ed55323ca4a8c246 (diff)
downloadouroboros-de225326e624a97bf08363c0b47772053c68c063.tar.gz
ouroboros-de225326e624a97bf08363c0b47772053c68c063.zip
Merged in dstaesse/ouroboros/be-build-bugs (pull request #628)
build: Set bugreport URL
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 432f6f49..07ef897c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ include(GNUInstallDirs)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")
set(PACKAGE_URL "http://ouroboros.ilabt.imec.be")
-set(PACKAGE_BUGREPORT "None")
+set(PACKAGE_BUGREPORT "http://ouroboros.ilabt.imec.be/bugzilla/")
set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}")
if (APPLE)