hipBLASLt icon indicating copy to clipboard operation
hipBLASLt copied to clipboard

Do not use GTEST_BOTH_LIBRARIES variable.

Open stellaraccident opened this issue 8 months ago • 0 comments

  • 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

stellaraccident avatar Apr 14 '25 20:04 stellaraccident