Use system gtest instead of building from source

Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>


[ROCm/amdsmi commit: a375479386]
This commit is contained in:
Galantsev, Dmitrii
2025-10-29 18:19:13 -05:00
committed by Arif, Maisam
parent 55f999f3ce
commit adaf3c9966
2 changed files with 7 additions and 14 deletions
+4
View File
@@ -130,6 +130,10 @@ during development; earlier versions are not guaranteed to work.
* libdrm-dev (for Ubuntu and Debian)
* libdrm-devel (for RPM-based distributions)
To build the tests, the following additional dependency is required:
* Google Test (libgtest-dev for Ubuntu/Debian, gtest-devel for RPM-based distributions)
In order to build the AMD SMI Python package, the following components are required:
* Python (3.6.8 or later)