Skip to content
Commit 70d76791 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

cmake: Correct gbm version check

It appears like gbm_VERSION can be a list, which if() does not like. So
pass the variable to the if() rather than its value. While on this, also
change GREATER_EQUAL to VERSION_GREATER_EQUAL so cmake compares
individual version components.
parent 1e848ac3
Pipeline #392032 passed with stage
in 10 minutes and 59 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment