mirror of
https://github.com/overte-org/overte.git
synced 2025-06-23 01:21:10 +02:00
Merge pull request #13010 from birarda/bug/skybox-in-serverless-67
use baked uncompressed KTX skyboxes for macOS compatibility
This commit is contained in:
commit
c12c9ecbb5
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-RC67-v2.zip
|
URL http://cdn.highfidelity.com/content-sets/serverless-tutorial-RC67-v3.zip
|
||||||
URL_MD5 2c69a1df69816b4b0b81630396fbd36e
|
URL_MD5 327292eb87bc249cbb4d670d8a6ce746
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
|
Loading…
Reference in a new issue