From f2b71c071e34b0ad234f21a72f0195e11ca93431 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 666337f4..b2d88ea0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # - musrfit 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(nexus "build optional NeXus support. Needed for ISIS" OFF) @@ -236,6 +236,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("")