add musrfit version info on the config output.
This commit is contained in:
parent
b2cbd4b460
commit
dd80782cfe
@ -1,7 +1,7 @@
|
|||||||
# - musrfit --- DKS -----------------------------------------------------------
|
# - musrfit --- DKS -----------------------------------------------------------
|
||||||
cmake_minimum_required(VERSION 3.17)
|
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 -------------------------------------------------
|
#--- musrfit specific options -------------------------------------------------
|
||||||
option(dks "build musrfit with DKS (GPU/MIC) support" ON)
|
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(" System: ${CMAKE_HOST_SYSTEM_NAME} ${CMAKE_SYSTEM_PROCESSOR} - ${CMAKE_HOST_SYSTEM_VERSION}")
|
||||||
message(" -------")
|
message(" -------")
|
||||||
message("")
|
message("")
|
||||||
|
message(" musrfit Version: ${musrfit_VERSION}")
|
||||||
|
message(" ----------------")
|
||||||
|
message("")
|
||||||
message(" Build Type: ${CMAKE_BUILD_TYPE}")
|
message(" Build Type: ${CMAKE_BUILD_TYPE}")
|
||||||
message(" -----------")
|
message(" -----------")
|
||||||
message("")
|
message("")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user