diff options
| -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)  | 
