From a38144dec74f9f52e8849360bd606b1572967039 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Thu, 14 May 2020 10:09:23 -0400 Subject: [PATCH] Don't add_subdirectory on a binary directory This doesn't make sense and didn't do anything. Change-Id: If6cbcd9269d8d45b091f100318afd3ab9ec6ceec --- rocclr/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocclr/CMakeLists.txt b/rocclr/CMakeLists.txt index 4c23dcb1b4..d626d9327c 100644 --- a/rocclr/CMakeLists.txt +++ b/rocclr/CMakeLists.txt @@ -87,7 +87,7 @@ endif() set(COMGR_CPP device/comgrctx.cpp) -add_subdirectory(elf/utils/libelf "${CMAKE_CURRENT_BINARY_DIR}/libelf" ) +add_subdirectory(elf/utils/libelf) set(oclruntime_src thread/thread.cpp