mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 05:49:54 +02:00
Updating oglplus version and switching to url based dist
This commit is contained in:
parent
3842e748b5
commit
0a389a9daa
1 changed files with 2 additions and 2 deletions
4
cmake/externals/oglplus/CMakeLists.txt
vendored
4
cmake/externals/oglplus/CMakeLists.txt
vendored
|
@ -4,8 +4,8 @@ string(TOUPPER ${EXTERNAL_NAME} EXTERNAL_NAME_UPPER)
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
${EXTERNAL_NAME}
|
${EXTERNAL_NAME}
|
||||||
GIT_REPOSITORY https://github.com/matus-chochlik/oglplus.git
|
URL http://iweb.dl.sourceforge.net/project/oglplus/oglplus-0.63.x/oglplus-0.63.0.zip
|
||||||
GIT_TAG a2681383928b1166f176512cbe0f95e96fe68d08
|
URL_MD5 de984ab245b185b45c87415c0e052135
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
Loading…
Reference in a new issue