We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code
if (${CMAKE_MINIMUM_REQUIRED_VERSION} VERSION_GREATER_EQUAL "3.10.0") message(FATAL_ERROR "Remove this condition")
in the ROOT CMakeLists introduced in #6605 breaks the CMake configuration if another package sets a higher minimum version.
The text was updated successfully, but these errors were encountered:
Remove not needed fatal message (fixing #root-project#8280)
d6efba1
d8791e5
Remove not needed fatal message (fixing ##8280)
da13622
8375010
1bed887
aaa266a
oshadura
Successfully merging a pull request may close this issue.
The code
in the ROOT CMakeLists introduced in #6605 breaks the CMake configuration if another package sets a higher minimum version.
The text was updated successfully, but these errors were encountered: