From 66fff25dca55426c9204200d844b504a6c95fe99 Mon Sep 17 00:00:00 2001 From: Triston Date: Wed, 4 Aug 2021 02:23:03 -0700 Subject: [PATCH] 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 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)