Skip to content

Cleanup cmake logic

Robert Maynard requested to merge robertmaynard/vtk-m:cleanup_cmake_logic into master

In preparation of the vtkm::filter I have gone through vtkm and did some minor CMake house cleaning. I enabled some CMake 3.X policies that will be beneficial, and disabled exporting all symbols to help reduce binary / library size.

Merge request reports