Skip to content

Commit

Permalink
Update CMakeLists.txt to remove vanilla_io
Browse files Browse the repository at this point in the history
  • Loading branch information
rkarur authored Jan 28, 2025
1 parent f476de2 commit 95b1a9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,6 @@ if(QUDA_QIO)
target_link_libraries(io_test ${TEST_LIBS})
quda_checkbuildtest(io_test QUDA_BUILD_ALL_TESTS)
install(TARGETS io_test ${QUDA_EXCLUDE_FROM_INSTALL} DESTINATION ${CMAKE_INSTALL_BINDIR})

add_executable(vanilla_io vanilla_io.cpp)
target_link_libraries(vanilla_io ${TEST_LIBS})
quda_checkbuildtest(vanilla_io QUDA_BUILD_ALL_TESTS)
install(TARGETS vanilla_io ${QUDA_EXCLUDE_FROM_INSTALL} DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()

add_executable(tune_test tune_test.cpp)
Expand Down

0 comments on commit 95b1a9d

Please sign in to comment.