Commit ddda85b0 authored by Sebastian Flennerhag's avatar Sebastian Flennerhag Committed by Guolin Ke
Browse files

Fixed typo in printed messages during setup (#823)

parent 3b161919
......@@ -87,7 +87,7 @@ def compile_cpp(use_mingw=False, use_gpu=False):
raise Exception('Please install Visual Studio or MS Build first')
build_cmd = "cmake --build . --target _lightgbm --config Release"
print("Start to compile libarary.")
print("Start to compile library.")
os.system(cmake_cmd + " ../lightgbm/")
os.system(build_cmd)
os.chdir("..")
......
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