From d6efba1ce3af0c2b80b4b598b8238ceda9ab4261 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Fri, 4 Jun 2021 16:48:00 +0200 Subject: [PATCH] Remove not needed fatal message (fixing ##8280) --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9843f76e37202c..17bc0689ca25d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -649,10 +649,7 @@ if(testing) endif() endif() -if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.10.0") - if (${CMAKE_MINIMUM_REQUIRED_VERSION} VERSION_GREATER_EQUAL "3.10.0") - message(FATAL_ERROR "Remove this condition") - endif() +if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.10.0") cmake_host_system_information(RESULT PROCESSOR QUERY PROCESSOR_DESCRIPTION) endif()