From d2615a0c47675a3367deaec2e39633d533a04ed0 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 16 Jun 2025 22:11:32 +0200 Subject: [PATCH] chore: version bump to m.css --- documentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index 1b1d1fc..50b2ee1 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -10,7 +10,7 @@ project(GlimpsesDocs) include(../cmake/get_cpm.cmake) -CPMAddPackage("gh:mosra/m.css#a0d292ec311b97fefd21e93cdefb60f88d19ede6") +CPMAddPackage("gh:mosra/m.css#0a460a7a9973a41db48f735e7b49e4da9a876325") CPMAddPackage(NAME Glimpses SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..) # ---- Doxygen variables ----