From a902c57d8ceb540e2ffedefa0c2d937cf836c878 Mon Sep 17 00:00:00 2001 From: Zoltan Lakatos Date: Thu, 5 Jun 2025 14:11:30 +0000 Subject: [PATCH] revert main cmake comments --- CMakeLists.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbe99a077b..4e12462a41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -605,17 +605,17 @@ add_custom_target(instances DEPENDS utility;${CK_DEVICE_INSTANCES} SOURCES ${IN add_subdirectory(library) if(NOT GPU_ARCHS AND USER_GPU_TARGETS) -# rocm_package_setup_component(tests -# LIBRARY_NAME composablekernel -# PACKAGE_NAME tests # Prevent -static suffix on package name -# ) + rocm_package_setup_component(tests + LIBRARY_NAME composablekernel + PACKAGE_NAME tests # Prevent -static suffix on package name + ) -# rocm_package_setup_component(examples -# LIBRARY_NAME composablekernel -# PACKAGE_NAME examples -# ) -# add_subdirectory(example) -# add_subdirectory(tile_engine) + rocm_package_setup_component(examples + LIBRARY_NAME composablekernel + PACKAGE_NAME examples + ) + add_subdirectory(example) + add_subdirectory(tile_engine) if(BUILD_TESTING) add_subdirectory(test) endif()