Skip to content

Commit

Permalink
fixed bad reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 25, 2020
1 parent bb70787 commit 6edf614
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 @@ -240,7 +240,7 @@ set(SOURCES "${SOURCES} src/c_api.cpp")
# Only build the R part of the library if building for
# use with the R package
if(BUILD_FOR_R)
set(SOURCES "${SOURCES} lightgbm_R.cpp")
set(SOURCES "${SOURCES} src/lightgbm_R.cpp")
endif(BUILD_FOR_R)

add_library(_lightgbm SHARED ${SOURCES})
Expand Down

0 comments on commit 6edf614

Please sign in to comment.