adding check for enable benchmarks #3

forgot to add in the check for VTKm_ENABLE_BENCHMARKS when building benchmarks
This commit is contained in:
Matthew Letter 2017-11-16 16:21:58 -07:00
parent c57c11adc8
commit fa333d3b48

@ -88,7 +88,9 @@ add_subdirectory(interop)
#-----------------------------------------------------------------------------
#add the benchmarking folder
add_subdirectory(benchmarking)
if(VTKm_ENABLE_BENCHMARKS)
add_subdirectory(benchmarking)
endif()
#-----------------------------------------------------------------------------
#add the io folder