Added newlines to resolve kitware robot errors

I was getting missing newlines errors from the kitware robot so this should fix them
This commit is contained in:
Matthew Letter 2017-11-17 09:12:16 -07:00
parent d7eb1d32db
commit 05a6ba5254
2 changed files with 2 additions and 2 deletions

@ -154,4 +154,4 @@ if(NOT VTKm_Vectorization_flags_added)
target_compile_options(vtkm_vectorization_flags INTERFACE ${flags})
endif()
install(TARGETS vtkm_vectorization_flags EXPORT ${VTKm_EXPORT_NAME})
install(TARGETS vtkm_vectorization_flags EXPORT ${VTKm_EXPORT_NAME})

@ -48,4 +48,4 @@ endfunction()
foreach (benchmark ${benchmarks})
add_benchmark(${benchmark} ${benchmark}.cxx)
endforeach ()
endforeach ()