Print the VST architecture at CMake time

This commit is contained in:
Jean Pierre Cimalando 2020-03-06 20:09:34 +01:00 committed by Paul Fd
parent 99317e764d
commit a82d866866

View file

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