"include/LightGBM/vscode:/vscode.git/clone" did not exist on "491dd019a24e86003506c0db794be47844f8fff7"
Commit 5bc6596e authored by Tsukasa OMOTO's avatar Tsukasa OMOTO Committed by Guolin Ke
Browse files
parent 35440b9c
cmake_minimum_required(VERSION 2.8)
if(APPLE)
SET(CMAKE_CXX_COMPILER "g++-6")
SET(CMAKE_C_COMPILER "gcc-6")
SET(CMAKE_CXX_COMPILER "g++-7")
SET(CMAKE_C_COMPILER "gcc-7")
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