3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 17:35:44 +02:00

Fixing texture include error in oglplus

This commit is contained in:
Brad Davis 2015-06-09 00:59:17 -07:00
parent 11bc838be9
commit 5a1b713160

View file

@ -4,8 +4,8 @@ string(TOUPPER ${EXTERNAL_NAME} EXTERNAL_NAME_UPPER)
include(ExternalProject)
ExternalProject_Add(
${EXTERNAL_NAME}
GIT_REPOSITORY https://github.com/matus-chochlik/oglplus.git
GIT_TAG 1aab48f45b40b4ea06a15975fa033b66b237078f
GIT_REPOSITORY https://github.com/jherico/oglplus.git
GIT_TAG e67b24a6e3397c2dc16523bcd5d4c229abd20b81
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""