We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d2032 commit 9d5df32Copy full SHA for 9d5df32
tests/functionality/CMakeLists.txt
@@ -36,9 +36,6 @@ if(RESOLVE_USE_KLU)
36
add_executable(sys_glu_test.exe testSysGLU.cpp)
37
target_link_libraries(sys_glu_test.exe PRIVATE ReSolve)
38
39
- # add_executable(sys_glu_asym_test.exe testSysGLUAsym.cpp)
40
- # target_link_libraries(sys_glu_asym_test.exe PRIVATE ReSolve)
41
-
42
endif(RESOLVE_USE_CUDA)
43
endif(RESOLVE_USE_KLU)
44
@@ -62,7 +59,6 @@ if(RESOLVE_USE_KLU)
62
59
63
60
if(RESOLVE_USE_CUDA)
64
61
list(APPEND installable_tests sys_glu_test.exe)
65
- # list(APPEND installable_tests sys_glu_asym_test.exe)
66
67
endif()
68
0 commit comments