Skip to content

Commit

Permalink
Set the version from project
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 28, 2023
1 parent 6aef732 commit c372646
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@
# cmake file for building LCIO
# @author Frank Gaede, DESY
# @author Jan Engels, DESY
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 FATAL_ERROR )
CMAKE_MINIMUM_REQUIRED( VERSION 3.0 FATAL_ERROR )
########################################################



# project name
PROJECT( LCIO )
PROJECT( LCIO VERSION 2.20.0 )
include(GNUInstallDirs)

# project version
SET( LCIO_VERSION_MAJOR 2 )
SET( LCIO_VERSION_MINOR 20 )
SET( LCIO_VERSION_PATCH 0 )

### set correct LCIO version in relevant files ############################

configure_file (
Expand Down

0 comments on commit c372646

Please sign in to comment.