--- a/c10/CMakeLists.txt +++ b/c10/CMakeLists.txt @@ -162,7 +162,7 @@ if(NOT BUILD_LIBTORCHLESS) # Note: for now, we will put all export path into one single Caffe2Targets group # to deal with the cmake deployment need. Inside the Caffe2Targets set, the # individual libraries like libc10.so and libcaffe2.so are still self-contained. - install(TARGETS c10 EXPORT Caffe2Targets DESTINATION lib) + install(TARGETS c10 EXPORT Caffe2Targets DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}