alipbcs / ZetaRay

Real-time Direct3D 12 path tracer
MIT License
223 stars 4 forks source link

cmake failure #7

Closed yaman-lunarg closed 6 months ago

yaman-lunarg commented 6 months ago
cmake .
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.20348.0 to target Windows 10.0.19045.
-- The CXX compiler identification is MSVC 19.39.33522.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: D:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Downloading DXC from https://github.com/microsoft/DirectXShaderCompiler/releases/download/v1.8.2403/dxc_2024_03_07.zip...
-- Downloading ImGui 1.90 from https://github.com/ocornut/imgui/archive/refs/tags/v1.90.zip...
-- Downloading ImPlot 0.15 from https://github.com/epezent/implot/archive/refs/tags/v0.15.zip...
-- Downloading imnodes from https://github.com/Nelarius/imnodes/archive/d88f99125bb72cdb71b4c27ff6eb7f318d89a4c5.zip...
-- Downloading WinPixEventRuntime from https://www.nuget.org/api/v2/package/WinPixEventRuntime/1.0.231030001...
-- Downloading xxHash 0.8.1 from https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.zip...
-- Downloading cgltf 1.13 from https://github.com/jkuhlmann/cgltf/archive/refs/tags/v1.13.zip...
CMake Error at CMake/Setupcgltf.cmake:20 (message):
  Setting up cgltf failed.
Call Stack (most recent call first):
  Source/ZetaCore/CMakeLists.txt:72 (Setupcgltf)

-- Configuring incomplete, errors occurred!