Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-Authored-By: Nikita Titov <[email protected]>
  • Loading branch information
jameslamb and StrikerRUS authored Mar 17, 2020
1 parent 7a5e774 commit 0c53444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if(BUILD_FOR_R)
set(CMAKE_R_VERSION ${CMAKE_R_VERSION})
message(STATUS "Passed-in R version: " ${CMAKE_R_VERSION})
find_package(LibR REQUIRED)
message(STATUS "LIBR_CORE_LIBRARY " ${LIBR_CORE_LIBRARY})
message(STATUS "LIBR_CORE_LIBRARY: " ${LIBR_CORE_LIBRARY})
message(STATUS "LIBR_INCLUDE_DIRS " ${LIBR_INCLUDE_DIRS})
include_directories(${LIBR_INCLUDE_DIRS})
ADD_DEFINITIONS(-DLGB_R_BUILD)
Expand Down

0 comments on commit 0c53444

Please sign in to comment.