From 66b2231b6524b1a91492fb176dcf4b95fa94c2eb Mon Sep 17 00:00:00 2001 From: Arnav Sharma Date: Wed, 1 Jun 2022 12:21:55 +0530 Subject: [PATCH] Fixed CMake files for HER - Removed subdirectory addition Change-Id: I419085db0b9034777409207a7d79b7ffa91eb8f1 --- frame/2/her/CMakeLists.txt | 4 +--- kernels/zen/2/CMakeLists.txt | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/frame/2/her/CMakeLists.txt b/frame/2/her/CMakeLists.txt index b98422fee..0bcab8ff6 100644 --- a/frame/2/her/CMakeLists.txt +++ b/frame/2/her/CMakeLists.txt @@ -22,6 +22,4 @@ else() ${CMAKE_CURRENT_SOURCE_DIR}/bli_her_unb_var1.c ${CMAKE_CURRENT_SOURCE_DIR}/bli_her_unb_var2.c ) -endif() - - add_subdirectory(ind) \ No newline at end of file +endif() \ No newline at end of file diff --git a/kernels/zen/2/CMakeLists.txt b/kernels/zen/2/CMakeLists.txt index c1fd431f4..85ad4bfd5 100644 --- a/kernels/zen/2/CMakeLists.txt +++ b/kernels/zen/2/CMakeLists.txt @@ -17,6 +17,4 @@ ${TARGET_ARCH} STREQUAL amdzen) PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/bli_her_zen_int_amd.c ) -endif() - - add_subdirectory(ind) \ No newline at end of file +endif() \ No newline at end of file