From 3a0c383187379451883e66c6e2693b7927fc0a71 Mon Sep 17 00:00:00 2001 From: Triston Cao Date: Mon, 2 Aug 2021 13:19:19 -0700 Subject: [PATCH] Remove duplicated project command in CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b901f41c29f2..4323f4394fc9 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)