NeRF-SLAM icon indicating copy to clipboard operation
NeRF-SLAM copied to clipboard

MAKE_CUDA_ARCHITECTURES must be non-empty if set.

Open Buddies-as-you-know opened this issue 1 year ago • 1 comments

Getting this error when trying to compile it on Ubuntu. Cuda is installed ( v 11.7), did everything according to the readme. What might be wrong?

cmake ./thirdparty/instant-ngp -B build_ngp

Full error text:

CMake Error at /usr/share/cmake-3.27/Modules/CMakeDetermineCUDACompiler.cmake:277 (message): CMAKE_CUDA_ARCHITECTURES must be non-empty if set. Call Stack (most recent call first): CMakeLists.txt:11 (project)

-- Configuring incomplete, errors occurred!

Buddies-as-you-know avatar Jul 29 '23 02:07 Buddies-as-you-know