File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,7 +241,6 @@ if(PARQUET_REQUIRE_ENCRYPTION)
241241 list (APPEND PARQUET_STATIC_LINK_LIBS ${ARROW_OPENSSL_LIBS} )
242242 set (PARQUET_SRCS ${PARQUET_SRCS} encryption/encryption_internal.cc
243243 encryption/openssl_internal.cc
244- encryption/external/dll_encryptor.cc
245244 encryption/external/loadable_encryptor_utils.cc
246245 encryption/external/dbpa_library_wrapper.cc)
247246 # Encryption key management
Original file line number Diff line number Diff line change 1818# Headers: public api
1919arrow_install_all_headers ("parquet/encryption" )
2020
21- add_library (DLLEncryptor SHARED
22- encryption_internal.cc
23- openssl_internal.cc
24- external/dll_encryptor.cc
25- )
26-
2721add_library (DBPATestAgent SHARED
2822 external/dbpa_test_agent.cc
2923)
3024
31- # target_include_directories(DLLEncryptor PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
32-
33- #TODO marguedas: this needs review.
34- target_link_libraries (DLLEncryptor PUBLIC
35- ${ARROW_OPENSSL_LIBS}
36- arrow_shared
37- )
38-
39- set_target_properties (DLLEncryptor PROPERTIES OUTPUT_NAME "DLLEncryptor" )
40-
4125# DBPATestAgent configuration
4226target_link_libraries (DBPATestAgent PUBLIC
4327 arrow_shared
@@ -64,10 +48,3 @@ if(ARROW_TESTING)
6448 LABELS "parquet-tests" "encryption-tests" )
6549endif ()
6650
67- # Install the DLLEncryptor library
68- # install(TARGETS DLLEncryptor
69- # EXPORT DLLEncryptor_targets
70- # ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
71- # LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
72- # RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
73- # INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments