Skip to content

Commit 8bfc373

Browse files
committed
Updated snatch to v0.1.3
1 parent 1897c5c commit 8bfc373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oup.sublime-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"name": "snatch",
74-
"shell_cmd": "make -j12 snatch"
74+
"shell_cmd": "make -j12 snatch",
7575
},
7676
],
7777
"working_dir": "$folder/build",

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include(FetchContent)
3333

3434
FetchContent_Declare(snatch
3535
GIT_REPOSITORY https://github.com/cschreib/snatch.git
36-
GIT_TAG v0.1.2)
36+
GIT_TAG v0.1.3)
3737
FetchContent_MakeAvailable(snatch)
3838

3939
set(RUNTIME_TEST_FILES

0 commit comments

Comments
 (0)