Skip to content
Snippets Groups Projects
Commit 6932c380 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[cmake] fix typo

parent 4142c102
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ add_custom_target(test_binaries_space DEPENDS ${spaces_test_binaries})
add_custom_target(test_binaries_operator DEPENDS ${operators_test_binaries})
add_custom_target(test_binaries_projection_default DEPENDS ${projections_default_test_binaries})
add_custom_target(test_binaries_projection_fem DEPENDS ${projections_fem_test_binaries})
add_custom_target(test_binaries_projection_pdelab DEPENDS ${projections_test_pdelab_binaries})
add_custom_target(test_binaries_projection_pdelab DEPENDS ${projections_pdelab_test_binaries})
add_custom_target(test_binaries_prolongation_default DEPENDS ${prolongations_default_test_binaries})
add_custom_target(test_binaries_prolongation_fem DEPENDS ${prolongations_fem_test_binaries})
add_custom_target(test_binaries_prolongation_pdelab DEPENDS ${prolongations_pdelab_test_binaries})
......
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