Fix typo that was causing a CMake warning

There was missing whitespace when setting a variable.
This commit is contained in:
Kenneth Moreland 2016-06-27 08:30:03 -06:00
parent 4c272b5b43
commit 404a007eec

@ -235,7 +235,7 @@ endif(VTKm_BUILD_EXAMPLES)
# Ready files for find_package
include(CMakePackageConfigHelpers)
set(VTKm_LOAD_COMPONENTS_COMMANDS"
set(VTKm_LOAD_COMPONENTS_COMMANDS "
foreach(comp \${VTKm_FIND_COMPONENTS})")
foreach(component ${VTKm_AVAILABLE_COMPONENTS})