On Tue, Oct 14, 2014 at 01:58:02PM +0800, [email protected] wrote: > From: Junyan He <[email protected]> > > Signed-off-by: Junyan He <[email protected]> > --- > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CMakeLists.txt b/CMakeLists.txt > index 99f8b27..9ccf814 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -120,7 +120,7 @@ IF(DRM_INTEL_FOUND) > INCLUDE_DIRECTORIES(${DRM_INTEL_INCLUDE_DIRS}) > MESSAGE(STATUS "Looking for DRM Intel - found at ${DRM_INTEL_PREFIX}") > ELSE(DRM_INTEL_FOUND) > - MESSAGE(STATUS "Looking for DRM Intel - not found") > + MESSAGE(FATAL_ERROR "Looking for DRM Intel - not found") This error message is not accurate, I will change it to " DRM Intel (>= 2.4.52)". Will push latter, thanks.
> ENDIF(DRM_INTEL_FOUND) > > # Threads > -- > 1.7.9.5 > > _______________________________________________ > Beignet mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
