We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bb9bb commit b9500e2Copy full SHA for b9500e2
extension/data_loader/CMakeLists.txt
@@ -25,6 +25,6 @@ target_compile_options(extension_data_loader PUBLIC ${_common_compile_options})
25
# Install libraries
26
install(
27
TARGETS extension_data_loader
28
- DESTINATION lib
+ DESTINATION ${CMAKE_BINARY_DIR}/lib
29
INCLUDES
30
DESTINATION ${_common_include_directories})
0 commit comments