Skip to content
Snippets Groups Projects
Commit cef00076 authored by Axel Naumann's avatar Axel Naumann
Browse files

Revert "Revert change to RDAVIX build system but keep RDataFrame linked against it"

This reverts commit d6e02859.
parent 5bb2f4ab
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,10 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RDAVIX
SOURCES
src/TDavixFile.cxx
src/TDavixSystem.cxx
LIBRARIES
Davix::Davix
DEPENDENCIES
Net
RIO
)
target_compile_options(RDAVIX PRIVATE -Wno-deprecated-declarations)
target_link_libraries(RDAVIX PUBLIC Davix::Davix)
......@@ -100,10 +100,8 @@ endif()
if(sqlite)
target_sources(ROOTDataFrame PRIVATE src/RSqliteDS.cxx)
target_include_directories(ROOTDataFrame PRIVATE ${SQLITE_INCLUDE_DIR})
target_link_libraries(ROOTDataFrame PRIVATE RSQLite)
if (davix)
target_include_directories(ROOTDataFrame PRIVATE ${DAVIX_INCLUDE_DIRS})
target_link_libraries(ROOTDataFrame PRIVATE RDAVIX)
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment