65c048e918
* Change rocprofiler-sdk CMake compatibility to AnyNewerVersion Update CMake package version compatibility from SameMinorVersion to AnyNewerVersion to allow downstream packages (like RDC) to use newer versions of rocprofiler-sdk without requiring exact minor version match. This fixes compatibility issues where RDC requests 1.0.0 but finds 1.1.0. * Update projects/rocprofiler-sdk/cmake/rocprofiler_config_install.cmake Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Change rocpd and roctx CMake compatibility to SameMajorVersion Update COMPATIBILITY setting from SameMinorVersion to SameMajorVersion for both rocpd and roctx packages to allow compatibility across major version boundaries. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>