diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-04-21 13:26:58 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-04-21 13:26:58 +0200 |
| commit | 4534e02d6c83e23fa212ac29c1fd90d8a22f5419 (patch) | |
| tree | 0f06364ac7237e49c930d555253982ea5edbdf5d /tests/ext | |
| parent | c2bb83f0b35e09d97a354b5f4cf4c3df783c4193 (diff) | |
tests: pin spine dependency to tag 4.1
Diffstat (limited to 'tests/ext')
| -rw-r--r-- | tests/ext/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ext/CMakeLists.txt b/tests/ext/CMakeLists.txt index 4ded7c41..6fa78cbd 100644 --- a/tests/ext/CMakeLists.txt +++ b/tests/ext/CMakeLists.txt @@ -14,7 +14,7 @@ if (IS_DIRECTORY ${spineruntimes_dir}) message("### ${spineruntimes_dir} exists...") else() message("### Fetching spine runtimes to ${spineruntimes_dir} (this may take a while...)") - execute_process(COMMAND git clone --depth=1 --recursive https://github.com/EsotericSoftware/spine-runtimes ${spineruntimes_dir}) + execute_process(COMMAND git clone --depth=1 --branch 4.1 --recursive https://github.com/EsotericSoftware/spine-runtimes ${spineruntimes_dir}) endif() add_library(cimgui |