Skip to content

Commit

Permalink
Make the comment more correct
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 31, 2023
1 parent 68de697 commit fc9cb20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/root_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ endif()
add_test(NAME check_benchmark_outputs COMMAND check_benchmark_outputs write_benchmark_root.root read_benchmark_root.root)
set_property(TEST check_benchmark_outputs PROPERTY DEPENDS read_timed write_timed)


# If the variable is cached and defined now, we have inputs and can add the
# legacy file read test

message(STATUS "Using test inputs stored in: " ${ExternalData_OBJECT_STORES})
message(STATUS "Test inputs will be stored in: ${ExternalData_OBJECT_STORES} if they are not already present")
add_executable(read-legacy-files-root read-legacy-files-root.cpp)
target_link_libraries(read-legacy-files-root PRIVATE TestDataModel TestDataModelDict podio::podioRootIO)

Expand Down

0 comments on commit fc9cb20

Please sign in to comment.