Fix broken VTK-m PyExpander functin

Fixes #216
This commit is contained in:
Robert Maynard 2018-04-09 11:05:51 -04:00
parent 2ed1bb7271
commit b658a72af7

@ -38,7 +38,7 @@ function(vtkm_get_kit_name kitvar)
endfunction(vtkm_get_kit_name)
#-----------------------------------------------------------------------------
function(vtkm_pyexpander_generated_file)
function(vtkm_pyexpander_generated_file generated_file_name)
# If pyexpander is available, add targets to build and check
if(PYEXPANDER_FOUND AND PYTHONINTERP_FOUND)
add_custom_command(