From e65dc6f8becc6416bbba616dbd9d76040570a0ad Mon Sep 17 00:00:00 2001 From: Payam Date: Mon, 24 Feb 2020 14:31:42 -0500 Subject: [PATCH] clean up Change-Id: I6520e9b796675cd8879c1116e7739764056a2666 --- opencl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencl/CMakeLists.txt b/opencl/CMakeLists.txt index 747f94e96d..1cba48e017 100644 --- a/opencl/CMakeLists.txt +++ b/opencl/CMakeLists.txt @@ -8,7 +8,7 @@ endif() project(opencl) #example command: -#cmake -DVDI_DIR=/home/pghafari/git-vdi/opencl -DUSE_COMGR_LIBRARY=yes -DCMAKE_PREFIX_PATH="/home/pghafari/rocmgitvdi/support/lib/comgr;/home/pghafari/rocmgitvdi/support/lib/comgr/build;" -DLLVM_INCLUDES=/home/pghafari/rocmgit/llvm-project/llvm/include -DLIBVDI_STATIC_DIR=/home/pghafari/git-vdi/opencl/build -DCMAKE_MODULE_PATH=/home/pghafari/rocmgit/opencl/cmake/modules .. +#cmake -DVDI_DIR=/vdi -DUSE_COMGR_LIBRARY=yes -DLIBVDI_STATIC_DIR=/build .. set(OPENCL_ICD_LOADER_HEADERS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/khronos/headers/opencl2.2" CACHE PATH "") set(BUILD_SHARED_LIBS "Build shared libs" ON)