mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-11 01:24:28 +02:00
CI print CPU info (#4530)
This commit is contained in:
@@ -61,6 +61,10 @@ if (ARCHITECTURE STREQUAL "x86_64")
|
||||
add_compile_options(-march=x86-64-v3)
|
||||
endif()
|
||||
|
||||
cmake_host_system_information(RESULT PROC_INFO QUERY PROCESSOR_DESCRIPTION)
|
||||
|
||||
message(STATUS "${PROC_INFO}")
|
||||
|
||||
if (APPLE AND ARCHITECTURE STREQUAL "x86_64" AND CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "arm64")
|
||||
# Exclude ARM homebrew path to avoid conflicts when cross compiling.
|
||||
list(APPEND CMAKE_IGNORE_PREFIX_PATH "/opt/homebrew")
|
||||
|
||||
Reference in New Issue
Block a user