Skip to content
Snippets Groups Projects

Migrate away from old version setting to project version

Merged Jan Möbius requested to merge VERSION_file_removal into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -23,7 +23,11 @@ endfunction ()
# info header
function (vci_print_configure_header _id _name)
vci_format_string ("${_name}" 40 _project)
vci_format_string ("${${_id}_VERSION}" 40 _version)
if ( ${_id}_VERSION )
vci_format_string ("${${_id}_VERSION}" 40 _version)
else()
vci_format_string ("${PROJECT_VERSION}" 40 _version)
endif()
vci_color_message ("\n${_escape}[40;37m************************************************************${_escape}[0m")
vci_color_message ("${_escape}[40;37m* ${_escape}[1;31mVCI ${_escape}[0;40;34mBuildsystem${_escape}[0m${_escape}[40;37m *${_escape}[0m")
vci_color_message ("${_escape}[40;37m* *${_escape}[0m")
Loading