Skip to content
Snippets Groups Projects
Verified Commit f6cf8882 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

CMake: Fix commit for cloning tl::expected

Fixes #104
parent 779a4105
No related branches found
No related tags found
1 merge request!72Resolve "Build breaks due to missing `tl::expected` commit (Job Failed #30188)"
Pipeline #3388 passed
......@@ -248,7 +248,7 @@ set(EXPECTED_BUILD_TESTS OFF)
FetchContent_Declare(
expected
GIT_REPOSITORY https://github.com/TartanLlama/expected
GIT_TAG 96d547c03d2feab8db64c53c3744a9b4a7c8f2c5 # latest
GIT_TAG b74fecd4448a1a5549402d17ddc51e39faa5020c # latest
GIT_SHALLOW ON
GIT_PROGRESS ON
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment