Describe the bug
Try initializing the cmake build system on a new clone of the repository.
To Reproduce
Try initializing the cmake build system on a new clone of the repository.
cmake -DAVA_GEN_CUDART_SPEC=On -DAVA_MANAGER_LEGACY=On ../ava
# note out of source tree build
Expected behavior
Cmake completes successfully.
Error log
CMake Error at cava/CMakeLists.txt:39 (add_subdirectory):
add_subdirectory given source "cudart_nw" which is not an existing
directory.