chore: bump m3shapes version
This commit is contained in:
parent
c46593d438
commit
362c1ec670
3 changed files with 8 additions and 5 deletions
|
|
@ -75,10 +75,12 @@ endif()
|
||||||
if("m3shapes" IN_LIST ENABLE_MODULES)
|
if("m3shapes" IN_LIST ENABLE_MODULES)
|
||||||
message(STATUS "Fetching M3Shapes module")
|
message(STATUS "Fetching M3Shapes module")
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
set(M3SHAPES_REV eb93964ab8583ae21c3a0bb9897f96ef9a1b5377)
|
||||||
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 356825d31f16052a782735cce264331cba0cb71b
|
GIT_TAG ${M3SHAPES_REV}
|
||||||
|
SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/m3shapes-${M3SHAPES_REV}"
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(m3shapes_external)
|
FetchContent_MakeAvailable(m3shapes_external)
|
||||||
message(STATUS "Done fetching M3Shapes module")
|
message(STATUS "Done fetching M3Shapes module")
|
||||||
|
|
|
||||||
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -24,16 +24,17 @@
|
||||||
"m3shapes": {
|
"m3shapes": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777812556,
|
"lastModified": 1781001698,
|
||||||
"narHash": "sha256-E5nqOucRQBWKuT31AMekmfgMywRdHgSbU86R7t4BKKA=",
|
"narHash": "sha256-yJ7IFqIbFBhSB5iXQK1/z/l1V8SRhiK2CK+hTVvwW2o=",
|
||||||
"owner": "soramanew",
|
"owner": "soramanew",
|
||||||
"repo": "m3shapes",
|
"repo": "m3shapes",
|
||||||
"rev": "356825d31f16052a782735cce264331cba0cb71b",
|
"rev": "eb93964ab8583ae21c3a0bb9897f96ef9a1b5377",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "soramanew",
|
"owner": "soramanew",
|
||||||
"repo": "m3shapes",
|
"repo": "m3shapes",
|
||||||
|
"rev": "eb93964ab8583ae21c3a0bb9897f96ef9a1b5377",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
m3shapes = {
|
m3shapes = {
|
||||||
url = "github:soramanew/m3shapes/356825d31f16052a782735cce264331cba0cb71b";
|
url = "github:soramanew/m3shapes/eb93964ab8583ae21c3a0bb9897f96ef9a1b5377";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue