Merge topic 'vtkm_mark_files_as_not_good_for_unity'

a1af800cc VTK-m now excludes large files from CMake Unity builds

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1907
This commit is contained in:
Robert Maynard 2019-11-26 17:04:27 +00:00 committed by Kitware Robot
commit 5ea5e1b37b
2 changed files with 3 additions and 0 deletions

@ -154,6 +154,8 @@ set(sources_device
VectorMagnitude.cxx
)
set_source_files_properties(Contour.cxx ExtractStructured.cxx ClipWithField.cxx ClipWithImplicitFunction.cxx PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
vtkm_library(
NAME vtkm_filter
TEMPLATE_SOURCES ${header_template_sources}

@ -147,6 +147,7 @@ vtkm_library(
)
target_link_libraries(vtkm_worklet PUBLIC vtkm_cont)
set_source_files_properties(${sources_device} PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON)
#-----------------------------------------------------------------------------
add_subdirectory(testing)