Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Hughes committed Oct 17, 2024
1 parent eda6049 commit a988879
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/functionality/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
]]

# Captain!
# Create functionality test helper
add_library( FunctionalityTestHelper SHARED FunctionalityTestHelper.cpp )
target_link_libraries( FunctionalityTestHelper PRIVATE ReSolve )
Expand Down Expand Up @@ -41,7 +40,6 @@ if(RESOLVE_USE_CUDA)
add_executable(klu_rf_fgmres_test.exe testKLU_Rf_FGMRES.cpp)
target_link_libraries(klu_rf_fgmres_test.exe PRIVATE ReSolve)

# Captain!
# System solver test with cusolver rf and iterative refinement
add_executable(sys_refactor_cuda_test.exe testSysRefactor.cpp)
target_link_libraries(sys_refactor_cuda_test.exe PRIVATE ReSolve FunctionalityTestHelper )
Expand Down

0 comments on commit a988879

Please sign in to comment.