You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I disabled the content below in the CMakeLists.txt file:
#set(TCNN_BUILD_BENCHMARK OFF)
#set(TCNN_BUILD_EXAMPLES OFF)
#add_subdirectory(dependencies/neus2_tcnn)
#include_directories("dependencies/neus2_tcnn/include")
#include_directories("dependencies/neus2_tcnn/dependencies")
When I run this command, it occurs:
CMake Error at CMakeLists.txt:90 (add_subdirectory):
The source directory
does not contain a CMakeLists.txt file.
The text was updated successfully, but these errors were encountered: