diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper index f4e206d0eb12aeb1ca83db9ffd5d387c54be539e..7ab868fb09728278b4950a3ffcbab1bd0bbc8c10 100755 --- a/cmake_targets/tools/build_helper +++ b/cmake_targets/tools/build_helper @@ -121,6 +121,7 @@ check_supported_distribution() { "rhel8.5") return 0 ;; "rhel8.6") return 0 ;; "rhel8.7") return 0 ;; + "rhel9.0") return 0 ;; "centos7") return 0 ;; esac return 1