This is an automated email from the ASF dual-hosted git repository.

cjolivier01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b7058d  remove error output (#9785)
9b7058d is described below

commit 9b7058d7a4f1150d47f9fcf88203a0698f337083
Author: Chris Olivier <cjolivie...@gmail.com>
AuthorDate: Tue Feb 13 10:29:20 2018 -0800

    remove error output (#9785)
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2edf3c2..5732810 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,6 @@ if(USE_CUDA AND NOT USE_OLDCMAKECUDA)
     )
     set(FIRST_CUDA TRUE)
     project(mxnet C CXX CUDA)
-    message(ERROR " foo")
   else()
     set(FIRST_CUDA FALSE)
     set(USE_OLDCMAKECUDA TRUE)

-- 
To stop receiving notification emails like this one, please contact
cjolivie...@apache.org.

Reply via email to