diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-10-14 15:31:27 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-10-14 15:31:27 +0200 |
commit | c88c72010759d248d85b8195ed55323ca4a8c246 (patch) | |
tree | c3cdf20a9f2f7c835966d9f5a3dce651edc7ca35 | |
parent | bf1602c915dee8bd6cbb69aba1fe88619b9c0eed (diff) | |
download | ouroboros-c88c72010759d248d85b8195ed55323ca4a8c246.tar.gz ouroboros-c88c72010759d248d85b8195ed55323ca4a8c246.zip |
build: Set bugreport URL
-rw-r--r-- | CMakeLists.txt | 2 |
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) |