* Refactor CMake scripts. * Remove CMake CUDA wrapper. * Bump CMake version for CUDA. * Use CMake to handle Doxygen. * Split up CMakeList. * Export install target. * Use modern CMake. * Remove build.sh * Workaround for gpu_hist test. * Use cmake 3.12. * Revert machine.conf. * Move CLI test to gpu. * Small cleanup. * Support using XGBoost as submodule. * Fix windows * Fix cpp tests on Windows * Remove duplicated find_package.
6 lines
114 B
CMake
6 lines
114 B
CMake
@PACKAGE_INIT@
|
|
|
|
if(NOT TARGET xgboost::xgboost)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/XGBoostTargets.cmake)
|
|
endif()
|