Skip to content

Commit 362c1ec

Browse files
committed
chore: bump m3shapes version
1 parent c46593d commit 362c1ec

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,12 @@ endif()
7575
if("m3shapes" IN_LIST ENABLE_MODULES)
7676
message(STATUS "Fetching M3Shapes module")
7777
include(FetchContent)
78+
set(M3SHAPES_REV eb93964ab8583ae21c3a0bb9897f96ef9a1b5377)
7879
FetchContent_Declare(
7980
m3shapes_external
8081
GIT_REPOSITORY https://github.com/soramanew/m3shapes.git
81-
GIT_TAG 356825d31f16052a782735cce264331cba0cb71b
82+
GIT_TAG ${M3SHAPES_REV}
83+
SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/m3shapes-${M3SHAPES_REV}"
8284
)
8385
FetchContent_MakeAvailable(m3shapes_external)
8486
message(STATUS "Done fetching M3Shapes module")

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
};
1717

1818
m3shapes = {
19-
url = "github:soramanew/m3shapes/356825d31f16052a782735cce264331cba0cb71b";
19+
url = "github:soramanew/m3shapes/eb93964ab8583ae21c3a0bb9897f96ef9a1b5377";
2020
flake = false;
2121
};
2222
};

0 commit comments

Comments
 (0)