-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Erro in useing cmake #40
Comments
Hi, did you manage to fix this problem? If so, would you mind to share? I ran into the same problem. |
Here is the record I wrote at that time,take a look and see if it will be useful to you
Return to the CCMPred directory and run cmake again, There is still an error prompt, and when I searched online, I found that the CMake version is too low, so I went to the CMake website again( https://cmake.org/download/ )I downloaded the latest version of CMake. The problem can be solved.
|
Thank you! |
when I use cmake ,it encountered the following problem:
-- Found these msgpack libs: /usr/lib/x86_64-linux-gnu/libmsgpackc.so
-- Could NOT find LibUUID (missing: UUID_LIBRARY UUID_INCLUDE_DIR)
-- The CUDA compiler identification is unknown
CMake Error at CMakeLists.txt:115 (enable_language):
No CMAKE_CUDA_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CUDACXX" or the CMake cache entry CMAKE_CUDA_COMPILER to the full
path to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
May I ask how to solve it?
The text was updated successfully, but these errors were encountered: