Edit ConfigurePlatform.cmake

(cherry picked from commit bda994c00a)

Co-authored-by: Mark Roszko <[email protected]>
This commit is contained in:
Mark Roszko
2025-09-15 23:47:12 +00:00
parent d0cb210427
commit cb2a09d17c
+1 -1
View File
@@ -36,7 +36,7 @@ if( MSVC )
set( KICAD_HOST_ARCH "x64" )
set( KICAD_HOST_ARCH_X64 1 )
else()
message(FATAL_ERROR "Failed to determine the host architecture: ${CMAKE_SYSTEM_PROCESSOR}")
message(FATAL_ERROR "Failed to determine the host architecture: ${CMAKE_HOST_SYSTEM_PROCESSOR}")
endif()
if( NOT KICAD_BUILD_ARCH STREQUAL KICAD_HOST_ARCH )