Commit 336288a3 authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

Try to relax the cmake version (#723)

parent ac975e73
cmake_minimum_required(VERSION 3.2)
if(MSVC)
cmake_minimum_required(VERSION 3.8)
elseif(USE_GPU)
cmake_minimum_required(VERSION 3.2)
else()
cmake_minimum_required(VERSION 2.8)
endif()
PROJECT(lightgbm)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment