From 9c8523432acdce35ffd6a6935f336f587680dddc Mon Sep 17 00:00:00 2001 From: kangsheng89 Date: Sat, 27 Feb 2021 19:17:29 +0800 Subject: [PATCH] fix relocatable include in CMakeList (#6734) (#6737) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea0964a05..ce2a36982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -203,7 +203,7 @@ endif (HIDE_CXX_SYMBOLS) target_include_directories(xgboost INTERFACE - $ + $/include> $) # This creates its own shared library `xgboost4j'.