RTXDI icon indicating copy to clipboard operation
RTXDI copied to clipboard

error in configure process

Open A100KA opened this issue 2 years ago • 1 comments

hello i have this error CMake Error at CMakeLists.txt:62 (add_subdirectory): The source directory

C:/RTXDI-main/donut

does not contain a CMakeLists.txt file.

CMake Error at shaders/CMakeLists.txt:2 (include): include could not find requested file:

C:/RTXDI-main/donut/compileshaders.cmake

CMake Error at minimal/shaders/CMakeLists.txt:2 (include): include could not find requested file:

C:/RTXDI-main/donut/compileshaders.cmake

A100KA avatar May 14 '22 18:05 A100KA

You most likely need to run git submodule update --init --recursive to fetch the different submodules. See the instructions from the README.

pierremoreau avatar May 16 '22 18:05 pierremoreau