From e643620ce335f99e71d86845d083ca7ae7a469cd Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Sun, 28 Jun 2015 21:31:04 +0900 Subject: [PATCH] [Makefile] use http instead of https --- 3rdparty/assimp_devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/assimp_devel/Makefile b/3rdparty/assimp_devel/Makefile index 0e42c7e43..a57debc4b 100644 --- a/3rdparty/assimp_devel/Makefile +++ b/3rdparty/assimp_devel/Makefile @@ -2,7 +2,7 @@ all: assimp_devel INSTALL_DIR=`rospack find assimp_devel` TARBALL = v3.1.1.zip -TARBALL_URL = https://github.com/assimp/assimp/archive/v3.1.1.zip +TARBALL_URL = http://github.com/assimp/assimp/archive/v3.1.1.zip UNPACK_CMD = unzip -q PATCH_DIR = $(CURDIR) TARBALL_PATCH = ${PATCH_DIR}/assimp_git.technique.patch ${PATCH_DIR}/assimp_git.obj_export.patch ${PATCH_DIR}/assimp_devel.patch