add ROOT version information for better diagnostics.

This commit is contained in:
2021-04-09 09:33:08 +02:00
parent c2719c4996
commit 2a531bd58d
15 changed files with 101 additions and 45 deletions

View File

@ -5,7 +5,7 @@ if (CMAKE_VERSION GREATER_EQUAL 3.12)
cmake_policy(SET CMP0075 NEW)
endif (CMAKE_VERSION GREATER_EQUAL 3.12)
project(musrfit VERSION 1.7.0 LANGUAGES C CXX)
project(musrfit VERSION 1.7.1 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(dks "build musrfit with DKS (GPU/MIC) support" ON)