Print the system processor in summary

This commit is contained in:
Jean Pierre Cimalando 2020-04-02 16:30:37 +02:00
parent 9d9fec27ff
commit 3ed8c4f771

View file

@ -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}