You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2021/08/04 09:24:54 UTC

[incubator-mxnet] branch master updated: Remove duplicated project command in CMakeLists.txt (#20481)

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

manuseth 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 66fff25  Remove duplicated project command in CMakeLists.txt (#20481)
66fff25 is described below

commit 66fff25dca55426c9204200d844b504a6c95fe99
Author: Triston <tr...@gmail.com>
AuthorDate: Wed Aug 4 02:23:03 2021 -0700

    Remove duplicated project command in CMakeLists.txt (#20481)
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b901f41..4323f43 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -111,7 +111,6 @@ if(MXNET_FORCE_SHARED_CRT)
 endif()
 
 message(STATUS "CMake version '${CMAKE_VERSION}' using generator '${CMAKE_GENERATOR}'")
-project(mxnet C CXX)
 if(USE_CUDA)
   cmake_minimum_required(VERSION 3.13.2)  # CUDA 10 (Turing) detection available starting 3.13.2
   include(CheckLanguage)