Skip to content

Commit

Permalink
Remove unnecessary cmake variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 13, 2023
1 parent 4004079 commit 65fbe65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ if(BUILD_TESTING)
# depends_on the target name of the test that produces the required input file
function(CREATE_DUMP_TEST name depends_on)
add_test(NAME ${name} COMMAND ./podio-dump ${ARGN})

set(SIO_LD_PATH "")
if (ENABLE_SIO)
set(SIO_LD_PATH $<TARGET_FILE_DIR:SIO::sio>)
endif()
PODIO_SET_TEST_ENV(${name})

set_tests_properties(${name} PROPERTIES
Expand Down

0 comments on commit 65fbe65

Please sign in to comment.