Skip to content

Commit

Permalink
removed unnecessary linking
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 28, 2020
1 parent b542d7f commit 820ea9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ if(WIN32 AND (MINGW OR CYGWIN))
endif()

if(BUILD_FOR_R)
TARGET_LINK_LIBRARIES(lightgbm ${LIBR_CORE_LIBRARY})
TARGET_LINK_LIBRARIES(_lightgbm ${LIBR_CORE_LIBRARY})
endif(BUILD_FOR_R)

Expand Down

0 comments on commit 820ea9b

Please sign in to comment.