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
e096ea27
"vscode:/vscode.git/clone" did not exist on "5f5c61f31806dcdd2ef87f7d8a7420c7bfdfe369"
Commit
e096ea27
authored
Nov 10, 2016
by
Guolin Ke
Browse files
Update CMakeLists.txt
parent
a44bc1ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/CMakeLists.txt
src/CMakeLists.txt
+1
-0
No files found.
src/CMakeLists.txt
View file @
e096ea27
...
...
@@ -18,5 +18,6 @@ add_library(_lightgbm SHARED c_api.cpp ${APPLICATION_SRC} ${BOOSTING_SRC} ${IO_S
if
(
USE_MPI
)
TARGET_LINK_LIBRARIES
(
lightgbm
${
MPI_CXX_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
_lightgbm
${
MPI_CXX_LIBRARIES
}
)
endif
(
USE_MPI
)
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