Removed check for XTChain version of CMake

This commit is contained in:
Jozef Nagy 2025-03-19 23:50:15 +01:00
parent e0125dda54
commit 5af122815c
No known key found for this signature in database
GPG Key ID: 459A4811CEAC7068

View File

@ -1,8 +1,5 @@
# Detect XTChain toolchain
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
string(TOLOWER ${ARCH} ARCH)