Skip to content

Commit f51bb34

Browse files
committed
Fix extension/data_loader installation
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 035aee4 commit f51bb34

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)