There was an error while loading. Please reload this page.
1 parent 1897c5c commit 8bfc373Copy full SHA for 8bfc373
oup.sublime-project
@@ -71,7 +71,7 @@
71
},
72
{
73
"name": "snatch",
74
-"shell_cmd": "make -j12 snatch"
+"shell_cmd": "make -j12 snatch",
75
76
],
77
"working_dir": "$folder/build",
tests/CMakeLists.txt
@@ -33,7 +33,7 @@ include(FetchContent)
33
34
FetchContent_Declare(snatch
35
GIT_REPOSITORY https://github.com/cschreib/snatch.git
36
- GIT_TAG v0.1.2)
+ GIT_TAG v0.1.3)
37
FetchContent_MakeAvailable(snatch)
38
39
set(RUNTIME_TEST_FILES
0 commit comments