ROCm / rocm-cmake

CMake modules used within the ROCm libraries
https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/en/latest/
MIT License
62 stars 43 forks source link

Silence RPM not found warning by adding QUIET #103

Closed Maetveis closed 2 years ago

Maetveis commented 2 years ago

When not building RPM packages a warning about rpm still shows up when a development package is requested.

"CMake Warning at /opt/rocm/share/rocm/cmake/ROCMUtilities.cmake:50 (message): Could not determine the version of program rpmbuild."

As this is only an optional check used to add rpm specific dependency info to the package, it should be okay to silence this warning.