vtk-m/examples
Kenneth Moreland 866c617cbf Fix config issues with headers and libraries
There were a couple of places where the configure scripts did not add
either includes to VTKm_INCLUDE_DIRS or libraries to VTKm_LIBRARIES.

The biggest offender was when the examples used find_package to load the
VTK-m configuration it needed. find_package cleared out the includes and
libraries, but it did not clear out the VTKm_<COMPONENT>_FOUND
variables. Normally, these variables would not be set before
find_package is called, but in this case the examples were called after
some partial configuration. I got around this issue by clearing out all
the *_FOUND variables in VTKmConfig.cmake.
2016-08-23 14:07:38 -06:00
..
clipping Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
demo Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
dynamic_dispatcher Cleanup the multiple dynamic array handle dispatch example. 2016-07-29 09:48:13 -04:00
hello_world Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
isosurface Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
multi_backend Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
rendering Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
streamline Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
tetrahedra Fix config issues with headers and libraries 2016-08-23 14:07:38 -06:00
CMakeLists.txt Examples now call find_package(VTKm) 2016-08-22 14:03:16 -04:00