smoke_test: Remove version condition

This commit is contained in:
Vicente Adolfo Bolea Sanchez 2022-04-21 15:00:34 -04:00
parent 09fc8155af
commit 53e22ab1d3

@ -14,10 +14,6 @@ include(CTest)
find_package(VTKm REQUIRED)
if (VTKm_VERSION VERSION_LESS 1.7)
message(FATAL_ERROR "Requires VTK-m 1.7 or newer")
endif()
add_executable(smoke_test smoke_test.cxx)
target_link_libraries(smoke_test PRIVATE vtkm_source)