Remove duplicated XTchain detection
All checks were successful
Builds / ExectOS (i686) (push) Successful in 31s
Builds / ExectOS (amd64) (push) Successful in 27s

This commit is contained in:
Aiken Harris 2025-07-09 10:52:48 +02:00 committed by CodingWorkshop Signing Team
parent dcb0b8fb4b
commit d85ed34ce2
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -1,8 +1,5 @@
# Detect XTChain toolchain # Minimum CMake version requirement
cmake_minimum_required(VERSION 3.19.0) cmake_minimum_required(VERSION 3.19.0)
if(NOT CMAKE_VERSION MATCHES "XTC")
message(FATAL_ERROR "XTChain not detected or corrupted!")
endif()
# Lowercase target architecture # Lowercase target architecture
string(TOLOWER ${ARCH} ARCH) string(TOLOWER ${ARCH} ARCH)