Merge topic 'correct_vtkm_no_assert_flag'

053dccac Properly propagate down the VTKM_NO_ASSERT flag to configure file.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1041
This commit is contained in:
Robert Maynard 2017-12-29 13:08:50 +00:00 committed by Kitware Robot
commit 45ba5f1a9c

@ -21,8 +21,9 @@
#-----------------------------------------------------------------------------
# Build the configure file.
# need to set numerous VTKm cmake properties to the naming convention
# that we exepect for our C++ defines.
# that we expect for our C++ defines.
set(VTKM_NO_ASSERT ${VTKm_NO_ASSERT})
set(VTKM_USE_DOUBLE_PRECISION ${VTKm_USE_DOUBLE_PRECISION})
set(VTKM_USE_64BIT_IDS ${VTKm_USE_64BIT_IDS})