From c88c72010759d248d85b8195ed55323ca4a8c246 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sat, 14 Oct 2017 15:31:27 +0200 Subject: build: Set bugreport URL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3