Commit 49688f84 authored by Robert Schmidt's avatar Robert Schmidt

Remove unused PACKAGE_BUGREPORT, initialize FIRMWARE_VERSION with sensible default

parent 46a1d2a6
...@@ -254,11 +254,8 @@ if(GIT_FOUND) ...@@ -254,11 +254,8 @@ if(GIT_FOUND)
) )
endif() endif()
# Below is a hard-coded info add_definitions("-DFIRMWARE_VERSION=\"${GIT_COMMIT_HASH}\"")
set (FIRMWARE_VERSION "No svn information")
add_definitions("-DFIRMWARE_VERSION=\"${FIRMWARE_VERSION}\"")
add_definitions("-DPACKAGE_VERSION=\"Branch: ${GIT_BRANCH} Abrev. Hash: ${GIT_COMMIT_HASH} Date: ${GIT_COMMIT_DATE}\"") add_definitions("-DPACKAGE_VERSION=\"Branch: ${GIT_BRANCH} Abrev. Hash: ${GIT_COMMIT_HASH} Date: ${GIT_COMMIT_DATE}\"")
add_definitions("-DPACKAGE_BUGREPORT=\"openair4g-devel@lists.eurecom.fr\"")
# Debug related options # Debug related options
######################################### #########################################
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment