Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
da9baaf7
Commit
da9baaf7
authored
Nov 12, 2016
by
wxchan
Committed by
Guolin Ke
Nov 15, 2016
Browse files
change macOS library suffix to `.so` (#77)
change macOS library suffix to `.so` (#77)
parent
9390dc21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/CMakeLists.txt
src/CMakeLists.txt
+4
-0
No files found.
src/CMakeLists.txt
View file @
da9baaf7
include_directories
(
${
LightGBM_HEADER_DIR
}
)
include_directories
(
${
LightGBM_HEADER_DIR
}
)
if
(
APPLE
)
set
(
CMAKE_SHARED_LIBRARY_SUFFIX
".so"
)
endif
(
APPLE
)
if
(
USE_MPI
)
if
(
USE_MPI
)
include_directories
(
${
MPI_CXX_INCLUDE_PATH
}
)
include_directories
(
${
MPI_CXX_INCLUDE_PATH
}
)
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment