Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix the support for CMake[<3.7]
The `VERSION_GREATER_EQUAL` operator was introduced in CMake 3.7.0 (released in 2016). Use the long form of the check by splitting the operation into two comparisons to support the older CMake.
- Loading branch information