EQMG / Acid

A high speed C++17 Vulkan game engine
https://equilibrium.games
MIT License
1.75k stars 153 forks source link

CMake fails trying to download glslang #105

Closed Hay1tsme closed 3 years ago

Hay1tsme commented 3 years ago

CMake attempts to download https://github.com/KhronosGroup/glslang/archive/10-11.0.0.tar.gz, which 404s and causes the generation to fail. This can by bypassed by setting the FETCHCONTENT_SOURCE_DIR_GLSLANG variable, though.

mattparks commented 3 years ago

https://github.com/EQMG/Acid/commit/8bfeb86535dfd69f81567ffcbbe3514fb6b34aa0 should fix the deleted glslang Git release on develop.

Hay1tsme commented 3 years ago

can confirm it works without issue, thanks!