From dd80782cfe47e9e1c37ea54ff8a2530e59edbcd7 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Fri, 17 Feb 2023 08:32:07 +0100 Subject: [PATCH] add musrfit version info on the config output. --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3caa276ab..5d5543f57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # - musrfit --- DKS ----------------------------------------------------------- cmake_minimum_required(VERSION 3.17) -project(musrfit VERSION 1.8.2 LANGUAGES C CXX) +project(musrfit VERSION 1.9.0 LANGUAGES C CXX) #--- musrfit specific options ------------------------------------------------- option(dks "build musrfit with DKS (GPU/MIC) support" ON) @@ -273,6 +273,9 @@ message("") message(" System: ${CMAKE_HOST_SYSTEM_NAME} ${CMAKE_SYSTEM_PROCESSOR} - ${CMAKE_HOST_SYSTEM_VERSION}") message(" -------") message("") +message(" musrfit Version: ${musrfit_VERSION}") +message(" ----------------") +message("") message(" Build Type: ${CMAKE_BUILD_TYPE}") message(" -----------") message("")