Closed sh1ng closed 4 years ago
We could use make install instead of setting CMAKE_SKIP_RPATH and publish lib.so into local folder(cmake will remove RPATH), but it doesn't work.
make install
CMAKE_SKIP_RPATH
Ok, as long as we have some lgbm tests that pass it's good.
We could use
make install
instead of settingCMAKE_SKIP_RPATH
and publish lib.so into local folder(cmake will remove RPATH), but it doesn't work.