Update CMake targets
Compare changes
Files
2+ 4
− 4
@@ -98,10 +98,10 @@ if (BUILD_EXAMPLES)
VTK-m 2.0 changed the name of the exported targets to be in the vtkm
namespace. Thus, library targets like vtkm_cont
are now referenced
like vtkm::cont
.
Also did a quick pass through the build and install chapter to update features that were not properly documented.