diff --git a/CMakeLists.txt b/CMakeLists.txt index 3172e981..5382f56f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -286,6 +286,8 @@ set(CMAKE_INSTALL_RPATH "${rpath}") add_subdirectory(src) #--- write summary of the installation +cmake_host_system_information(RESULT PROCESSOR QUERY PROCESSOR_DESCRIPTION) + message("") message("|-----------------------------------------------------------------------|") message("| |") @@ -293,8 +295,9 @@ message("| Summary message("| |") message("|-----------------------------------------------------------------------|") message("") -message(" System: ${CMAKE_HOST_SYSTEM_NAME} ${CMAKE_SYSTEM_PROCESSOR} - ${CMAKE_HOST_SYSTEM_VERSION}") -message(" -------") +message(" System: ${CMAKE_HOST_SYSTEM_NAME} ${CMAKE_SYSTEM_PROCESSOR} - ${CMAKE_HOST_SYSTEM_VERSION}") +message(" Processor: ${PROCESSOR} (${CMAKE_SYSTEM_PROCESSOR})") +message(" ----------") message("") message(" musrfit Version: ${musrfit_VERSION}") message(" ----------------")