hipBLASLt
hipBLASLt copied to clipboard
Do not use GTEST_BOTH_LIBRARIES variable.
- This is a legacy variable that is not recommended for modern use and is only available via the GTest find module, not the actual config provided by the package.
- Recommended usage is just to depend on the libraries.
- Also removes GTEST_INCLUDE_DIRS, since that is implicit in depending on the library.
Fixes https://github.com/ROCm/TheRock/issues/414