Skip to content

Commit c209e12

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Fix extension/data_loader installation (#3355)
Summary: `libextension_data_loader.a` is not installed properly. This PR removes the prefix so that it can be properly installed Pull Request resolved: #3355 Test Plan: See `libextension_data_loader.a` showing up under executorch/cmake-out/lib. Reviewed By: lucylq, mikekgfb Differential Revision: D56580943 Pulled By: larryliu0820 fbshipit-source-id: b771192d03799fd576e8591ec7c45fae23f20762
1 parent c32b0a2 commit c209e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/data_loader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ target_compile_options(extension_data_loader PUBLIC ${_common_compile_options})
2525
# Install libraries
2626
install(
2727
TARGETS extension_data_loader
28-
DESTINATION ${CMAKE_BINARY_DIR}/lib
28+
DESTINATION lib
2929
INCLUDES
3030
DESTINATION ${_common_include_directories})

0 commit comments

Comments
 (0)