Skip to content

Commit

Permalink
chore: add extra info on CEF version being downloaded for debugging s…
Browse files Browse the repository at this point in the history
…ystem detection
  • Loading branch information
Almamu committed Nov 8, 2024
1 parent 458605c commit dc1d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit dc1d40e

Please sign in to comment.