microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9edf572de9b3e5eb261ca06060e6b2e4ab4012df

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmake/externals/googletest.cmake

11lines · modepreview

FetchContent_Declare(
  googletest
  URL             https://github.com/google/googletest/archive/refs/tags/v1.15.0.zip
  URL_HASH        SHA1=9d2d0af8d77ac726ea55d44a8fa727ec98311349
  EXCLUDE_FROM_ALL
)

set(BUILD_GMOCK OFF CACHE BOOL "" FORCE)
set(INSTALL_GTEST OFF CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(googletest)
set_target_properties(gtest PROPERTIES FOLDER "externals/google")