Skip to content
Commit a6b2f10d 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.


(cherry picked from commit 70d76791)
parent 4a5d7c27
Pipeline #392038 passed with stage
in 14 minutes and 10 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