Merge pull request #342 from radarhere/cmake
MRG: Install cmake instead if cmake28 cannot be found in yum When attempting to build on aarch64, I find that cmake28 is not found. However, cmake does exist. So this PR adds `get_modern_cmake` that searches for cmake28, and if it is not found, then use cmake instead.
Showing
Please register or sign in to comment