We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
You need to run generate.py first. It needs a better error message to inform the user.
Sorry, something went wrong.
It could be. https://cmake.org/cmake/help/latest/command/execute_process.html But it will make the configure time longer.
That seems ok. Better to keep the build process as simple as possible.
No branches or pull requests
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.
Expected behavior
Cmake completes successfully.
Error log
The text was updated successfully, but these errors were encountered: