use non-redirecting glm link to avoid https error

This commit is contained in:
Stephen Birarda 2015-02-13 16:21:19 -08:00
parent 28fabcb788
commit 018b8497bd

View file

@ -4,7 +4,7 @@ include(ExternalProject)
ExternalProject_Add(
${EXTERNAL_NAME}
PREFIX ${EXTERNAL_NAME}
URL http://github.com/g-truc/glm/archive/0.9.5.4.zip
URL http://pkgs.fedoraproject.org/repo/pkgs/glm/glm-0.9.5.4.zip/fab76fc982b256b46208e5c750ed456a/glm-0.9.5.4.zip
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
LOG_DOWNLOAD ON
)