You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/24 15:15:00 UTC

[GitHub] lebeg commented on a change in pull request #10564: Simplified CUDA language detection in cmake

lebeg commented on a change in pull request #10564: Simplified CUDA language detection in cmake
URL: https://github.com/apache/incubator-mxnet/pull/10564#discussion_r190624697
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -39,27 +43,29 @@ mxnet_option(INSTALL_EXAMPLES     "Install the example source files." OFF)
 mxnet_option(USE_SIGNAL_HANDLER   "Print stack traces on segfaults." OFF)
 
 if(USE_CUDA AND NOT USE_OLDCMAKECUDA)
-  message(STATUS "CMake version '${CMAKE_VERSION}' using generator '${CMAKE_GENERATOR}'")
 
 Review comment:
   I moved it to log unconditionally at the top of the file

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services