CMakeDetermineSystem: Remove unreachable code

This commit is contained in:
Craig Scott
2022-05-08 18:54:35 +10:00
parent b541073a44
commit 8aa29a1793

View File

@@ -128,7 +128,6 @@ if(CMAKE_TOOLCHAIN_FILE)
set(CMAKE_TOOLCHAIN_FILE "${_INCLUDED_TOOLCHAIN_FILE}" CACHE FILEPATH "The CMake toolchain file" FORCE)
else()
message(FATAL_ERROR "Could not find toolchain file: ${CMAKE_TOOLCHAIN_FILE}")
set(CMAKE_TOOLCHAIN_FILE "NOTFOUND" CACHE FILEPATH "The CMake toolchain file" FORCE)
endif()
endif()