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 <[email protected]> --- backend/src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/CMakeLists.txt b/backend/src/CMakeLists.txt index bec0d2a..c208651 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 -- 1.9.1 _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
