[Beignet] [PATCH] disable CMRT as default, since no real case reported

Guo, Yejun yejun.guo at intel.com
Tue Oct 25 07:33:09 UTC 2016


and this feature also sometimes introduces build issue.

Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
---
 CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d839f3f..039f9cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -170,7 +170,9 @@ ELSE(DRM_INTEL_FOUND)
 ENDIF(DRM_INTEL_FOUND)
 
 # CMRT
-pkg_check_modules(CMRT libcmrt)
+#disable CMRT as default, since we do not see real case,
+#while see build issue of this feature
+#pkg_check_modules(CMRT libcmrt)
 IF(CMRT_FOUND)
 INCLUDE_DIRECTORIES(${CMRT_INCLUDE_DIRS})
 ENDIF(CMRT_FOUND)
-- 
1.9.1



More information about the Beignet mailing list