mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 21:02:34 +08:00
chore: add extra info on CEF version being downloaded for debugging system detection
This commit is contained in:
parent
458605c218
commit
dc1d40e8cf
@ -64,7 +64,7 @@ elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
|
||||
set(CEF_ARCH_DETECTION "${CMAKE_SYSTEM_PROCESSOR}")
|
||||
elseif(CMAKE_SIZEOF_VOID_P MATCHES 8)
|
||||
set(CEF_PLATFORM "linux64")
|
||||
set(CEF_ARCH_DETECTION "Based on void size ${CMAKE_SIZEOF_VOID_P}")
|
||||
set(CEF_ARCH_DETECTION "Based on void size ${CMAKE_SIZEOF_VOID_P} (${CMAKE_SYSTEM_PROCESSOR})")
|
||||
else()
|
||||
message(FATAL_ERROR "Linux x86 32-bit builds are discontinued.")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user