diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a77cbf39..8a0c70bc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,8 +161,8 @@ include(VTKmCompilerFlags) #----------------------------------------------------------------------------- # We need to check and see if git lfs is installed so that test data will # be available for use -file(READ "${VTKm_SOURCE_DIR}/data/data/sentinel-data" data) -if (NOT data STREQUAL "\n") +file(STRINGS "${VTKm_SOURCE_DIR}/data/data/sentinel-data" sentinel_data LIMIT_COUNT 1) +if (NOT sentinel_data STREQUAL "-- DO NOT MODIFY THIS LINE --") message(WARNING "Testing is enabled, but the data is not available. Use git lfs in order " " to obtain the testing data.") diff --git a/data/data/sentinel-data b/data/data/sentinel-data index fd481aab7..ebce2c6f1 100644 --- a/data/data/sentinel-data +++ b/data/data/sentinel-data @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b -size 1 +oid sha256:cac2600b02c8352270d8251718cd8effddb6c78d133f1fd0f08b1bccb0eac51d +size 121