Commit da9baaf7 authored by wxchan's avatar wxchan Committed by Guolin Ke
Browse files

change macOS library suffix to `.so` (#77)

change macOS library suffix to `.so` (#77)
parent 9390dc21
include_directories(${LightGBM_HEADER_DIR})
if(APPLE)
set(CMAKE_SHARED_LIBRARY_SUFFIX ".so")
endif(APPLE)
if(USE_MPI)
include_directories(${MPI_CXX_INCLUDE_PATH})
endif()
......
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