Skip to content

Commit

Permalink
Remove not needed fatal message (fixing ##8280)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jun 7, 2021
1 parent a9c61d5 commit da13622
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -649,11 +649,10 @@ 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)
else()
set(PROCESSOR ${CMAKE_HOST_SYSTEM_PROCESSOR})
endif()

message(STATUS "ROOT Configuration \n
Expand Down

0 comments on commit da13622

Please sign in to comment.