Skip to content
Snippets Groups Projects
Commit 150e9b90 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: use DOWNLOAD_NAME to rename gsl archive

parent b7337472
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ SETUP_SUPERBUILD(GSL)
ExternalProject_Add(GSL
PREFIX GSL
URL "https://github.com/ampl/gsl/archive/v2.3.0.tar.gz"
DOWNLOAD_NAME gsl_v2.3.0.tar.gz
URL_MD5 7e0478f7c5e62696fef480b9a46f708c
BINARY_DIR ${GSL_SB_BUILD_DIR}
INSTALL_DIR ${SB_INSTALL_PREFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment