Remove unneeded diy build include directory

The diy build configured files are all located by the include
from the root vtkm include directory, so this include isn't needed
This commit is contained in:
Robert Maynard 2019-04-22 14:59:27 -04:00
parent 4fd7682e41
commit 030b03e470

@ -21,7 +21,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Configure.h.in
target_include_directories(vtkm_diy INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
$<INSTALL_INTERFACE:${VTKm_INSTALL_INCLUDE_DIR}/vtkm/thirdparty/diy>)
if(VTKm_ENABLE_MPI)