From a82d866866b44a26e78900b7449fcad7af484220 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 6 Mar 2020 20:09:34 +0100 Subject: [PATCH] Print the VST architecture at CMake time --- cmake/VSTConfig.cmake | 3 +++ 1 file changed, 3 insertions(+) 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}")