Open cdaversin opened 2 weeks ago
Hi :) I had some issues regarding installation, which I was able to fix so I thought it could be useful : When using ExternalProject_Add() in CMake, URL option doesn't allow https (only http), but GIT_REPOSITORY does (see : https://stackoverflow.com/questions/29816529/unsupported-protocol-while-download-tar-gz-package)
ExternalProject_Add()
Hi :) I had some issues regarding installation, which I was able to fix so I thought it could be useful : When using
ExternalProject_Add()
in CMake, URL option doesn't allow https (only http), but GIT_REPOSITORY does (see : https://stackoverflow.com/questions/29816529/unsupported-protocol-while-download-tar-gz-package)