mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
use https for Avalon and Inchi downloads (#3915)
Co-authored-by: Paolo Tosco <paolo.tosco@novartis.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user