Skip to content
Snippets Groups Projects
Commit 0630f094 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

ENH: force download dir for packaging tools

parent 3c1399ab
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ ExternalProject_Add(${proj}
PREFIX ${proj}
URL "http://nixos.org/releases/patchelf/patchelf-0.8/patchelf-0.8.tar.gz"
URL_MD5 407b229e6a681ffb0e2cdd5915cb2d01
DOWNLOAD_DIR ${DOWNLOAD_LOCATION}
SOURCE_DIR ${PKGTOOLS_SB_SRC}
BINARY_DIR ${PKGTOOLS_SB_BUILD_DIR}
INSTALL_DIR ${CMAKE_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