Skip to content
Snippets Groups Projects
Commit ee2cda7a authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Do not run LBFGS tests when using CUDA

parent 2caa17fa
No related branches found
No related tags found
No related merge requests found
......@@ -889,7 +889,7 @@ if(BUILD_TESTING)
solvers/hybrid
solvers/min_iterations)
if(LIBDIRAC_FOUND)
if(LIBDIRAC_FOUND AND NOT HAVE_CUDA)
list(APPEND SLOW_TESTS solvers/lbfgs_scalar solvers/lbfgs_diagonal
solvers/lbfgs_full_jones)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment