Print the VST architecture at CMake time
This commit is contained in:
parent
99317e764d
commit
a82d866866
1 changed files with 3 additions and 0 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue