Fail at configure time when openGL is not found

This commit is contained in:
Aleric Inglewood
2012-07-07 23:17:22 +02:00
parent 93778eccbb
commit 389074d1e9

View File

@@ -2,6 +2,9 @@
project(media_plugin_base)
# Fail at configure, not link time.
set(OpenGL_FIND_REQUIRED ON)
include(00-Common)
include(LLCommon)
include(LLImage)