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
83df24d2
Unverified
Commit
83df24d2
authored
Jul 04, 2024
by
yadda yadda yadda
Committed by
GitHub
Jul 03, 2024
Browse files
cmake: add missing lib_lightgbm_swig.so to lightgbmlib.jar on linux (#6515)
parent
f811c827
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
CMakeLists.txt
CMakeLists.txt
+6
-0
No files found.
CMakeLists.txt
View file @
83df24d2
...
...
@@ -576,6 +576,12 @@ if(USE_SWIG)
copy_if_different
"
${
PROJECT_SOURCE_DIR
}
/lib_lightgbm.so"
com/microsoft/ml/lightgbm/linux/x86_64
COMMAND
"
${
CMAKE_COMMAND
}
"
-E
copy_if_different
"
${
PROJECT_SOURCE_DIR
}
/lib_lightgbm_swig.so"
com/microsoft/ml/lightgbm/linux/x86_64
COMMAND
"
${
Java_JAR_EXECUTABLE
}
"
-cf lightgbmlib.jar com
)
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