It is possible to download dependencies from with cmake (you are using 2.6):
file(DOWNLOAD url file [TIMEOUT timeout] [STATUS status] [LOG log])
Docs for 2.6 are located here: https://cmake.org/cmake/help/cmake2.6docs.html
Have you had a look at it ?
It is possible to download dependencies from with cmake (you are using 2.6):
file(DOWNLOAD url file [TIMEOUT timeout] [STATUS status] [LOG log])Docs for 2.6 are located here: https://cmake.org/cmake/help/cmake2.6docs.html
Have you had a look at it ?