woreom commented on issue #18471:
URL: 
https://github.com/apache/incubator-mxnet/issues/18471#issuecomment-639378053


   Thank you for fast response and investigation.
   but still running 
   `cmake \ -DUSE_SSE=OFF \ -DUSE_CUDA=OFF \ -DUSE_OPENCV=ON \ -DUSE_OPENMP=ON 
\ -DUSE_MKL_IF_AVAILABLE=OFF \ -DUSE_SIGNAL_HANDLER=ON \ 
-DCMAKE_BUILD_TYPE=Release \ -GNinja ..`
   will result in the following error although use_cuda is off:
   
   ```
   -- The CUDA compiler identification is unknown
   CMake Error at CMakeLists.txt:117 (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.
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to