Skip to content
Snippets Groups Projects
Commit 8da8947d authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Fix a link_libraries argument

parent 0a123906
No related branches found
No related tags found
1 merge request!598Set up default include directories on module target
......@@ -16,7 +16,7 @@ if(CMAKE_USE_PTHREADS_INIT)
add_dune_parmetis_flags(pthreadfastamgtest)
dune_add_test(NAME pthreadtwoleveltest SOURCES pthreadtwoleveltest.cc
LINK_LIBRARIES ${CMAKE_THREAD_LIBS_INIT}) Dune::ISTL
LINK_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} Dune::ISTL)
add_dune_mpi_flags(pthreadtwoleveltest)
add_dune_parmetis_flags(pthreadtwoleveltest)
......
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