summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo Yejun <yejun.guo@intel.com>2015-01-07 16:09:45 +0800
committerZhigang Gong <zhigang.gong@intel.com>2015-01-07 17:20:00 +0800
commitc09a59614c7d36ada0c2fd2acdaed4ab9151c16c (patch)
tree5890f8fce47c27acfa60fa3ae46920f0c452c225
parent1cf27d956ffa5d899fa220d36a1f1caf9e90f5b9 (diff)
remove useless dependency libocl
libocl is the name of sub directory, the project name in the sub directory, it is not something that others can depend on. Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
-rw-r--r--backend/src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/src/CMakeLists.txt b/backend/src/CMakeLists.txt
index bec0d2a4..c208651c 100644
--- a/backend/src/CMakeLists.txt
+++ b/backend/src/CMakeLists.txt
@@ -16,8 +16,6 @@ set (LOCAL_OCL_BITCODE_BIN "${OCL_OBJECT_DIR}/beignet.bc" PARENT_SCOPE)
set (LOCAL_OCL_HEADER_DIR "${OCL_OBJECT_DIR}/include/" PARENT_SCOPE)
set (LOCAL_OCL_PCH_OBJECT "${OCL_OBJECT_DIR}/beignet.local.pch" PARENT_SCOPE)
-add_dependencies(beignet_bitcode libocl)
-
set (GBE_SRC
${ocl_blob_file}
sys/vector.hpp