mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
fix unreadable baked textures in serverless tutorial
This commit is contained in:
parent
4dcab95b40
commit
7ec65e8c0c
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ set(EXTERNAL_NAME serverless-content)
|
||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
${EXTERNAL_NAME}
|
${EXTERNAL_NAME}
|
||||||
URL http://cdn.highfidelity.com/content-sets/serverless-tutorial-RC66-v2.zip
|
URL http://cdn.highfidelity.com/content-sets/serverless-tutorial-RC66-v3.zip
|
||||||
URL_MD5 d76bdb3e2bf7ae5d20115bd97b0c44a8
|
URL_MD5 ea608c2e4c90539ab3c1d66acf0e005a
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
Loading…
Reference in a new issue