Skip to content

Instantly share code, notes, and snippets.

@scivision
Created November 9, 2022 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scivision/3acd578a2cee4cb8f56121a896e3a299 to your computer and use it in GitHub Desktop.
Save scivision/3acd578a2cee4cb8f56121a896e3a299 to your computer and use it in GitHub Desktop.
# test download
set(CMAKE_TLS_VERIFY true)
file(DOWNLOAD https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-SHA-256.txt STATUS ret LOG log)
message(STATUS "ret: ${ret}
${log}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment