diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-10-14 13:42:52 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-10-14 13:42:52 +0000 |
commit | de225326e624a97bf08363c0b47772053c68c063 (patch) | |
tree | c3cdf20a9f2f7c835966d9f5a3dce651edc7ca35 | |
parent | bf1602c915dee8bd6cbb69aba1fe88619b9c0eed (diff) | |
parent | c88c72010759d248d85b8195ed55323ca4a8c246 (diff) | |
download | ouroboros-de225326e624a97bf08363c0b47772053c68c063.tar.gz ouroboros-de225326e624a97bf08363c0b47772053c68c063.zip |
Merged in dstaesse/ouroboros/be-build-bugs (pull request #628)
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) |