ROCm / omnitrace

Omnitrace: Application Profiling, Tracing, and Analysis
https://rocm.docs.amd.com/projects/omnitrace/en/latest/
MIT License
301 stars 27 forks source link

Update workflow to install cmake-3.18.4 #413

Closed dgaliffiAMD closed 1 month ago

dgaliffiAMD commented 1 month ago

Update internal CMake files to match with cmake_minimum_requred(VERSION 3.18.4) This was the latest version used all the project's cmake_minimum_required definitions.

dgaliffiAMD commented 1 month ago

Building the Dyninst component fails after setting cmake_minimum_requred to 3.21. Taking it back to 3.18.4. I just want to get everything synchronized in this PR, we can investigate that failure afterwards.