Skip to content

Commit

Permalink
Add hint for 'git lfs fetch'
Browse files Browse the repository at this point in the history
It can be used to fetch lfs files if I install git-lfs
after checkout.

Signed-off-by: utzcoz <[email protected]>
  • Loading branch information
utzcoz committed Dec 28, 2024
1 parent 9184488 commit 6a45cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conformance/conformance_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ file(STRINGS gltf_examples/VertexColorTest.glb LFS_CHECK_STRINGS)
if(LFS_CHECK_STRINGS MATCHES "https://git-lfs[.]github[.]com/spec/v1")
message(
FATAL_ERROR
"Found a git-lfs pointer file instead of the binary file that should replace it. Please install git-lfs, run 'git lfs install', and 'git lfs checkout'"
"Found a git-lfs pointer file instead of the binary file that should replace it. Please install git-lfs, run 'git lfs install', 'git lfs checkout', and 'git lfs fetch'"
)
endif()

Expand Down

0 comments on commit 6a45cee

Please sign in to comment.