Commit 51e83db
authored
Provide rocprofiler-sdk-rocpd package (#2384)
## Motivation
<!-- Explain the purpose of this PR and the goals it aims to achieve.
-->
We currently do not provide the rocpd package from rocprofiler-sdk,
which led to some build warnings when configuring rocprofiler-systems
build.
See `rocprofiler-systems_configure.log` from one of the CI runs for an
example of this:
19.1 CMake Warning at
/therock/src/cmake/therock_subproject_dep_provider.cmake:69
(find_package):
19.1 By not providing "Findrocprofiler-sdk-rocpd.cmake" in
CMAKE_MODULE_PATH
19.1 this project has asked CMake to find a package configuration file
provided
19.1 by "rocprofiler-sdk-rocpd", but CMake did not find one.
19.1
19.1 Could not find a package configuration file provided by
19.1 "rocprofiler-sdk-rocpd" with any of the following names:
19.1
19.1 rocprofiler-sdk-rocpdConfig.cmake
## Technical Details
<!-- Explain the changes along with any relevant GitHub links. -->
- Add a `therock_cmake_subproject_provide_package()` call for rocpd in
rocprofiler-sdk
- #1808
## Test Plan
<!-- Explain any relevant testing done to verify this PR. -->
Ensure that these CMake warnings no longer show up in the build logs
## Test Result
<!-- Briefly summarize test outcomes. -->
CMake warnings about rocpd from rocprofiler-systems are now gone
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.1 parent 2a59665 commit 51e83db
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments