Skip to content

Commit

Permalink
Revert "Revert "[ROCm][MIGraphX] for googletest dep, set OVERRIDE_FIN…
Browse files Browse the repository at this point in the history
…D_PACKAGE (#16715)""

This reverts commit a636e89.
  • Loading branch information
mszhanyi committed Aug 1, 2023
1 parent 001235e commit 8fe315c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/onnxruntime_external_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if (onnxruntime_BUILD_UNIT_TESTS)
FetchContent_Declare(
googletest
URL ${DEP_URL_googletest}
FIND_PACKAGE_ARGS NAMES GTest
URL_HASH SHA1=${DEP_SHA1_googletest}
OVERRIDE_FIND_PACKAGE
)
endif()

Expand Down

0 comments on commit 8fe315c

Please sign in to comment.