Correct JVM CMake GPU flag. (#4071)

This commit is contained in:
Jiaming Yuan
2019-01-21 20:36:38 +08:00
committed by GitHub
parent 1fc37e4749
commit 301cef4638
2 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ CONFIG = {
"USE_AZURE": "OFF",
"USE_S3": "OFF",
"PLUGIN_UPDATER_GPU": "OFF",
"USE_CUDA": "OFF",
"JVM_BINDINGS": "ON"
}