use https for Avalon and Inchi downloads (#3915)

Co-authored-by: Paolo Tosco <paolo.tosco@novartis.com>
This commit is contained in:
Paolo Tosco
2021-03-11 21:00:22 +01:00
committed by GitHub
parent fa6de7b423
commit e911da94fd
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ else(EXISTS ${CUSTOM_INCHI_PATH}/src/INCHI_BASE/src/ichican2.c)
else (INCHI_FOUND)
# system InChI is missing, download it
if(NOT DEFINED INCHI_URL)
set(INCHI_URL "http://www.inchi-trust.org/download/105/INCHI-1-SRC.zip")
set(INCHI_URL "https://www.inchi-trust.org/download/105/INCHI-1-SRC.zip")
endif()
if(NOT DEFINED INCHI_MD5SUM)
set(INCHI_MD5SUM "ccc497c7e6ced1521a6953d859e49af4")