Skip to content

Commit

Permalink
Fix make test_install.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelesh committed Feb 6, 2025
1 parent 83eb855 commit 7d53222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ install(PROGRAMS test.sh DESTINATION ${CONSUMER_PATH})
# Select consumer app
if(RESOLVE_USE_KLU)
if(RESOLVE_USE_CUDA)
set(RESOLVE_CONSUMER_APP "klu_rf_test.cpp")
set(RESOLVE_CONSUMER_APP "testRefactor.cpp")
elseif(RESOLVE_USE_HIP)
set(RESOLVE_CONSUMER_APP "klu_rf_test.cpp")
set(RESOLVE_CONSUMER_APP "testRefactor.cpp")
else()
set(RESOLVE_CONSUMER_APP "klu_klu_test.cpp")
set(RESOLVE_CONSUMER_APP "testKlu.cpp")
endif()
else(RESOLVE_USE_KLU)
set(RESOLVE_CONSUMER_APP "testSysRandGMRES.cpp")
set(RESOLVE_CONSUMER_APP "testSysGmres.cpp")
endif(RESOLVE_USE_KLU)

# Install directory with example on how to consume ReSolve
Expand Down

0 comments on commit 7d53222

Please sign in to comment.