Skip to content

Commit 07939e6

Browse files
committed
Update git-lfs message
1 parent 782277e commit 07939e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SET(SHAPEWORKS_VERSION "${SHAPEWORKS_MAJOR_VERSION}.${SHAPEWORKS_MINOR_VERSION}.
1212
# First, check that files were checked out properly using git-lfs
1313
file(MD5 "${CMAKE_CURRENT_SOURCE_DIR}/Testing/data/icp_baseline.nrrd" HASH)
1414
if (NOT "${HASH}" STREQUAL "bb94438a695c749b264180019abbbb97")
15-
message( FATAL_ERROR "MD5 hash of '${CMAKE_CURRENT_SOURCE_DIR}/Testing/data/icp_baseline.nrrd' is incorrect. This most likely means that git-lfs was not installed when ShapeWorks was cloned." )
15+
message( FATAL_ERROR "MD5 hash of '${CMAKE_CURRENT_SOURCE_DIR}/Testing/data/icp_baseline.nrrd' is incorrect. This most likely means that git-lfs was not installed when ShapeWorks was cloned. If you have downloaded a zip or tar.gz of the source, then it will be missing Git-LFS objects. Please use git to clone ShapeWorks or download a source archive containing the Git-LFS objects under releases." )
1616
endif()
1717

1818
set(CMAKE_CXX_STANDARD 17) # available options are [98, 11, 14, 17. 20]

0 commit comments

Comments
 (0)