diff --git a/CMakeLists.txt b/CMakeLists.txt index 1190063..f6ce6f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,5 @@ -# Detect XTChain toolchain +# Minimum CMake version requirement 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)