Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Remove duplicated project command in CMakeLists.txt (#20481)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristonC authored Aug 4, 2021
1 parent 6f807a6 commit 66fff25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 66fff25

Please sign in to comment.