Skip to content
Snippets Groups Projects
Commit c8b13dd8 authored by Christoph Grüninger's avatar Christoph Grüninger Committed by Steffen Müthing
Browse files

[CMake] Properly exclude header from headercheck.

Add newline at and of file.
parent 5810fb23
No related branches found
No related tags found
No related merge requests found
......@@ -123,4 +123,5 @@ foreach(_exe ${ALLTESTS})
add_test(${_exe} ${_exe})
endforeach(_exe ${ALLTESTS})
set(headercheck_IGNORE "assemble_random_matrix_vectors.hh")
\ No newline at end of file
exclude_from_headercheck(
assemble_random_matrix_vectors.hh)
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