From 3ed8c4f7719899217dddf9e2ce70d4943a66e499 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 2 Apr 2020 16:30:37 +0200 Subject: [PATCH] Print the system processor in summary --- cmake/SfizzConfig.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/SfizzConfig.cmake b/cmake/SfizzConfig.cmake index 76aea885..ccd52103 100644 --- a/cmake/SfizzConfig.cmake +++ b/cmake/SfizzConfig.cmake @@ -86,6 +86,7 @@ function (show_build_info_if_needed) message (STATUS " Project name: ${PROJECT_NAME} Build type: ${CMAKE_BUILD_TYPE} +Build processor: ${SFIZZ_SYSTEM_PROCESSOR} Build using LTO: ${ENABLE_LTO} Build as shared library: ${SFIZZ_SHARED} Build JACK stand-alone client: ${SFIZZ_JACK}