summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Rong <rong.r.yang@intel.com>2016-06-15 16:13:43 +0800
committerYang Rong <rong.r.yang@intel.com>2016-06-23 15:45:50 +0800
commit869113c2794edd17765cfc42f8524427789b39e1 (patch)
tree3542c41e5a65eb75d6d30e5af127d1f9dc2fdaf8
parent7064e36b6be9da337b205343a64152deea36479c (diff)
downloadbeignet-869113c2794edd17765cfc42f8524427789b39e1.tar.gz
CMake: Fix a cmake warning.
libocl is not a target, remove the add_dependencies. Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: Ruiling Song <ruiling.song@intel.com>
-rw-r--r--backend/src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/src/CMakeLists.txt b/backend/src/CMakeLists.txt
index a21ca758..41eb5ec6 100644
--- a/backend/src/CMakeLists.txt
+++ b/backend/src/CMakeLists.txt
@@ -12,7 +12,6 @@ configure_file (
#do not involve libocl if the standalone compiler is given,
if (NOT (USE_STANDALONE_GBE_COMPILER STREQUAL "true"))
add_subdirectory(libocl)
-add_dependencies(beignet_bitcode libocl)
endif ()
set (LOCAL_GBE_OBJECT_DIR "${CMAKE_CURRENT_BINARY_DIR}/libgbe.so" PARENT_SCOPE)