I have installed the eviroment. when execute the cmake --build build --config RelWithDebInfo -j 16 something error happend, the following is the cmake error log. please help me, Thanks!
compilation terminated.
CMakeFiles/ngp.dir/build.make:243: recipe for target 'CMakeFiles/ngp.dir/src/render_buffer.cu.o' failed
make[2]: *** [CMakeFiles/ngp.dir/src/render_buffer.cu.o] Error 1
In file included from /root/data/instant-ngp/src/testbed_image.cu:15:0:
/root/data/instant-ngp/include/neural-graphics-primitives/common.h:19:10: fatal error: tinylogger/tinylogger.h: No such file or directory
I have installed the eviroment. when execute the cmake --build build --config RelWithDebInfo -j 16 something error happend, the following is the cmake error log. please help me, Thanks! compilation terminated. CMakeFiles/ngp.dir/build.make:243: recipe for target 'CMakeFiles/ngp.dir/src/render_buffer.cu.o' failed make[2]: *** [CMakeFiles/ngp.dir/src/render_buffer.cu.o] Error 1 In file included from /root/data/instant-ngp/src/testbed_image.cu:15:0: /root/data/instant-ngp/include/neural-graphics-primitives/common.h:19:10: fatal error: tinylogger/tinylogger.h: No such file or directory
include <tinylogger/tinylogger.h>