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:
parent
11bc838be9
commit
5a1b713160
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)
|
||||
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 ""
|
||||
|
|
Loading…
Reference in a new issue