Removed check for XTChain version of CMake
This commit is contained in:
parent
e0125dda54
commit
5af122815c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user