[CMake] FetchContent/ExternalProject and URL_HASH

2019-07-16 Thread Dustyn Blasig
Hi All, We are pulling some artifacts from Artifactory which provides a checksum file along with the artifacts at .md5 or .sha256. If I do not include URL_HASH, does CMake automatically check to see if such a checksum file exists and use it's value for the hash check? Or is there a way to provide

[CMake] [ANNOUNCE] CMake 3.14.6 available for download

2019-07-16 Thread Robert Maynard
We are pleased to announce that CMake 3.14.6 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.14.6 since 3.14.5: Brad