File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if(BUILD_TESTING)
3030 # add all unit tests
3131 add_executable (onnxruntime-unittest test /onnxtest.cpp )
3232 target_link_libraries (onnxruntime-unittest PUBLIC FCCAnalyses gfortran PRIVATE Catch2::Catch2WithMain ONNXRuntime )
33- target_include_directories (onnxruntime-unittest PUBLIC ${VDT_INCLUDE_DIR} ${ ONNXRUNTIME_INCLUDE_DIRS} )
33+ target_include_directories (onnxruntime-unittest PUBLIC ${ONNXRUNTIME_INCLUDE_DIRS} )
3434 target_compile_definitions (onnxruntime-unittest PUBLIC "-DTEST_INPUT_DATA_DIR=${TEST_INPUT_DATA_DIR} " )
3535 include (Catch )
3636 catch_discover_tests (onnxruntime-unittest
Original file line number Diff line number Diff line change 1-
2-
3- # workaround for ROOT not properly exporting the VDT includes
4- find_package (Vdt )
5-
6-
71message (STATUS "includes-------------------------- dataframe edm4hep: ${EDM4HEP_INCLUDE_DIRS} " )
82message (STATUS "includes-------------------------- dataframe podio : ${podio_INCLUDE_DIR} " )
93message (STATUS "includes-------------------------- dataframe delphes: ${DELPHES_INCLUDE_DIR} " )
@@ -48,7 +42,6 @@ target_include_directories(FCCAnalyses PUBLIC
4842 $<BUILD_INTERFACE :${CMAKE_CURRENT_SOURCE_DIR } >
4943 $<BUILD_INTERFACE :${CMAKE_SOURCE_DIR } /addons >
5044 $<INSTALL_INTERFACE :include >
51- ${VDT_INCLUDE_DIR}
5245 ${DELPHES_INCLUDE_DIR}
5346 ${DELPHES_EXTERNALS_INCLUDE_DIR}
5447 ${DELPHES_EXTERNALS_TKCOV_INCLUDE_DIR}
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ find_package(ROOT REQUIRED COMPONENTS ROOTDataFrame ROOTVecOps TMVA)
33include (${ROOT_USE_FILE} )
44#include("${ROOT_DIR}/modules/RootNewMacros.cmake")
55
6- find_package (Vdt )
7-
86set (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR } /cmake ${CMAKE_MODULE_PATH } )
97
108get_target_property (EDM4HEP_INCLUDE_DIRS EDM4HEP::edm4hep INTERFACE_INCLUDE_DIRECTORIES )
@@ -13,7 +11,6 @@ include_directories(${EDM4HEP_INCLUDE_DIRS}
1311 ${podio_INCLUDE_DIR}
1412 ${FASTJET_INCLUDE_DIR}
1513 ${acts_INCLUDE_DIR}
16- ${VDT_INCLUDE_DIR}
1714 )
1815
1916message (STATUS "includes-------------------------- dataframe edm4hep: ${EDM4HEP_INCLUDE_DIRS} " )
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ set(filter_tests "")
3636
3737add_executable (bench algorithms.cpp myutils.cpp )
3838target_link_libraries (bench PUBLIC FCCAnalyses gfortran PRIVATE Catch2::Catch2WithMain )
39- target_include_directories (bench PUBLIC ${VDT_INCLUDE_DIR} )
4039
4140include (Catch )
4241catch_discover_tests (bench
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ set(filter_tests "")
66
77add_executable (unittest unittest.cpp myutils.cpp algorithms.cpp )
88target_link_libraries (unittest PUBLIC FCCAnalyses gfortran PRIVATE Catch2::Catch2WithMain )
9- target_include_directories (unittest PUBLIC ${VDT_INCLUDE_DIR} )
109target_compile_definitions (unittest PUBLIC "-DTEST_INPUT_DATA_DIR=${TEST_INPUT_DATA_DIR} " )
1110include (Catch )
1211catch_discover_tests (unittest
You can’t perform that action at this time.
0 commit comments