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

Merge branch...

Merge branch 'amiranda/117-fatal-reference-is-not-a-tree-b74fecd4448a1a5549402d17ddc51e39faa5020c' into 'main'

Resolve "fatal: reference is not a tree: b74fecd4448a1a5549402d17ddc51e39faa5020c"

Closes #117

See merge request !81
parents 93ebee97 cfb7ba8c
No related branches found
No related tags found
1 merge request!81Resolve "fatal: reference is not a tree: b74fecd4448a1a5549402d17ddc51e39faa5020c"
Pipeline #3519 passed
...@@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 3.19) ...@@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 3.19)
project( project(
scord scord
VERSION 0.2.1 VERSION 0.2.2
LANGUAGES C CXX LANGUAGES C CXX
) )
...@@ -251,7 +251,7 @@ set(EXPECTED_BUILD_TESTS OFF) ...@@ -251,7 +251,7 @@ set(EXPECTED_BUILD_TESTS OFF)
FetchContent_Declare( FetchContent_Declare(
expected expected
GIT_REPOSITORY https://github.com/TartanLlama/expected GIT_REPOSITORY https://github.com/TartanLlama/expected
GIT_TAG b74fecd4448a1a5549402d17ddc51e39faa5020c # latest GIT_TAG 9d812f5e3b5bc68023f6e31d29489cdcaacef606 # latest
GIT_SHALLOW ON GIT_SHALLOW ON
GIT_PROGRESS 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