larroy commented on issue #9993: cmake cannot build mxnet
URL: 
https://github.com/apache/incubator-mxnet/issues/9993#issuecomment-370738175
 
 
   Another problem right now is what we discussed previously with @cjolivier01 :
   
   When I build in CLion:
   
   ```
   CMake Error at CMakeLists.txt:51 (project):
     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.
   
   ```
   I use 
   USE_OLDCMAKECUDA as a workaround, but I would prefer this to work out of the 
box. 
   From CMAKE docs I don't see why generators are supposed to work with Unix 
Makefiles:
   
   https://cmake.org/cmake/help/latest/variable/CMAKE_GENERATOR_TOOLSET.html
   
   I never got a propper answer to this.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to