Skip to content

Commit b9500e2

Browse files
committed
Separate out data loader changes
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 78bb9bb commit b9500e2

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 lib
28+
DESTINATION ${CMAKE_BINARY_DIR}/lib
2929
INCLUDES
3030
DESTINATION ${_common_include_directories})

0 commit comments

Comments
 (0)