From f40d07bbdad1e04a2be4f95a313954d933b6f69a Mon Sep 17 00:00:00 2001 From: Gopesh Bhardwaj Date: Mon, 9 Sep 2024 21:51:30 +0530 Subject: [PATCH] SWDEV-478714 package requirements.txt (#1046) [ROCm/rocprofiler-sdk commit: 0f337aed030204748454edc57b6ea08634a6b0e0] --- .../rocprofiler-sdk/cmake/rocprofiler_config_install.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake b/projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake index 53b2b431cc..2b21113c12 100644 --- a/projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake +++ b/projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake @@ -20,6 +20,11 @@ install( DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PACKAGE_NAME} COMPONENT tests) +install( + FILES ${PROJECT_SOURCE_DIR}/requirements.txt + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PACKAGE_NAME}/tests + COMPONENT tests) + install( EXPORT ${PACKAGE_NAME}-targets FILE ${PACKAGE_NAME}-targets.cmake