From 654701d07a9395b6afd55212d2af32f3b671e017 Mon Sep 17 00:00:00 2001 From: foreman Date: Fri, 16 Jun 2017 14:07:54 -0400 Subject: [PATCH] P4 to Git Change 1423425 by lmoriche@lmoriche_palamida on 2017/06/16 13:49:36 SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment - Update from git. Affected files ... ... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#12 edit ... //depot/stg/opencl/drivers/opencl/cmake/modules/bc2h.cmake#1 add ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#7 edit [ROCm/clr commit: 8184f21bc66229871ceb811ecf3ed2f92d82c5b7] --- projects/clr/opencl/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/clr/opencl/CMakeLists.txt b/projects/clr/opencl/CMakeLists.txt index f8758f57ef..98284529e3 100644 --- a/projects/clr/opencl/CMakeLists.txt +++ b/projects/clr/opencl/CMakeLists.txt @@ -47,8 +47,6 @@ add_subdirectory(library/amdgcn) add_subdirectory(compiler/lib/loaders/elf/utils/libelf) -add_subdirectory(tools/bc2h) - find_package(ROCR REQUIRED) add_subdirectory(runtime)