chore: lock m3shapes to specific rev
This commit is contained in:
parent
ddd5c270d1
commit
3bc2bd2a5c
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ if("m3shapes" IN_LIST ENABLE_MODULES)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
m3shapes_external
|
m3shapes_external
|
||||||
GIT_REPOSITORY https://github.com/soramanew/m3shapes.git
|
GIT_REPOSITORY https://github.com/soramanew/m3shapes.git
|
||||||
GIT_TAG main
|
GIT_TAG 356825d31f16052a782735cce264331cba0cb71b
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(m3shapes_external)
|
FetchContent_MakeAvailable(m3shapes_external)
|
||||||
message(STATUS "Done fetching M3Shapes module")
|
message(STATUS "Done fetching M3Shapes module")
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
m3shapes = {
|
m3shapes = {
|
||||||
url = "github:soramanew/m3shapes";
|
url = "github:soramanew/m3shapes/356825d31f16052a782735cce264331cba0cb71b";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue