cmake fetchcontent_declare(17) examples

onnx/onnx cmake/external/googletest.cmake :6

FetchContent_Declare(
  googletest
  # Specify the commit you depend on and update it regularly.
  URL https://github.com/google/googletest/releases/download/v1.17.0/googletest-1.17.0.tar.gz
)