-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[googletest][rocm-cmake] multiple ROCMChecks WARNING messages #2494
Comments
Credit to @lawruble13
|
Ideally, we shouldn't be building googletest in our cmake. It should be listed under requirements.txt(just add This also avoids other issues in the cmake such as FORCE overwriting My original review feedback for this was ignored, but is still relevant: https://github.com/ROCmSoftwarePlatform/MIOpen/pull/1611/files#r912193677 |
@pfultz2 thanks! The original comment was not ignored, while we thought this is rather standard and officially recommended way of including gooletest, e.g. also in Triton: https://github.com/ROCmSoftwarePlatform/triton/blob/9517d4c2566cd2763d038b95b79713a04a36eac6/unittest/googletest.cmake#L10 Maybe ROCm should also have included |
@xinlipn could you follow up with the above comment, and next time discuss how the way |
According to CMake Dependency Guide the primary methods of bringing dependencies into the build are the find_package() command and the FetchContent module. The ROCm-CMake |
Issues may be observed when users are building MIOpen
[Actual Issue Tracked Here]:
ROCm/rocm-cmake#154
The text was updated successfully, but these errors were encountered: