From 8940162c38b15824432b25ece9553cd8f5f44dad Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Tue, 14 Feb 2023 22:32:02 -0600 Subject: [PATCH] Disabling Samples Change-Id: Ic51ca32b14e5926620b3a21f6ec762a800f5cee1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bb9704732..49b00cf3ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -341,7 +341,7 @@ set ( CPACK_RPM_RUNTIME_POST_UNINSTALL_SCRIPT_FILE "${CMAKE_CURRENT_BINARY_DIR}/ string(REGEX REPLACE ",? ?rocm-core" "" CPACK_DEBIAN_PLUGINS_PACKAGE_DEPENDS ${CPACK_DEBIAN_PLUGINS_PACKAGE_DEPENDS}) endif() - set(CPACK_COMPONENTS_ALL runtime dev tests docs samples plugins) + set(CPACK_COMPONENTS_ALL runtime dev tests docs plugins) include(CPack) cpack_add_component(runtime