diff --git a/cmake/VSTConfig.cmake b/cmake/VSTConfig.cmake index e595db5c..26d642d7 100644 --- a/cmake/VSTConfig.cmake +++ b/cmake/VSTConfig.cmake @@ -21,3 +21,6 @@ if(NOT VST3_PACKAGE_ARCHITECTURE) endif() endif() endif() + +message(STATUS "The system architecture is: ${CMAKE_SYSTEM_PROCESSOR}") +message(STATUS "The VST3 architecture is deduced as: ${VST3_PACKAGE_ARCHITECTURE}")