Skip to content

Commit 9d5df32

Browse files
committed
removed commented out code
1 parent e8d2032 commit 9d5df32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/functionality/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ if(RESOLVE_USE_KLU)
3636
add_executable(sys_glu_test.exe testSysGLU.cpp)
3737
target_link_libraries(sys_glu_test.exe PRIVATE ReSolve)
3838

39-
# add_executable(sys_glu_asym_test.exe testSysGLUAsym.cpp)
40-
# target_link_libraries(sys_glu_asym_test.exe PRIVATE ReSolve)
41-
4239
endif(RESOLVE_USE_CUDA)
4340
endif(RESOLVE_USE_KLU)
4441

@@ -62,7 +59,6 @@ if(RESOLVE_USE_KLU)
6259

6360
if(RESOLVE_USE_CUDA)
6461
list(APPEND installable_tests sys_glu_test.exe)
65-
# list(APPEND installable_tests sys_glu_asym_test.exe)
6662
endif(RESOLVE_USE_CUDA)
6763
endif()
6864

0 commit comments

Comments
 (0)