Remove plugin, cuda related code in automake & autoconf files (#4789)
* Build plugin example with CMake. * Remove plugin, cuda related code in automake & autoconf files. * Fix typo in GPU doc.
This commit is contained in:
9
plugin/CMakeLists.txt
Normal file
9
plugin/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
if (PLUGIN_LZ4)
|
||||
set(PLUGIN_SOURCES ${PLUGIN_SOURCES}
|
||||
${xgboost_SOURCE_DIR}/plugin/lz4/sparse_page_lz4_format.cc PARENT_SCOPE)
|
||||
endif (PLUGIN_LZ4)
|
||||
|
||||
if (PLUGIN_DENSE_PARSER)
|
||||
set(PLUGINS_SOURCES ${PLUGINS_SOURCES}
|
||||
${xgboost_SOURCE_DIR}/plugin/dense_parser/dense_libsvm.cc PARENT_SCOPE)
|
||||
endif (PLUGIN_DENSE_PARSER)
|
||||
Reference in New Issue
Block a user