From f0fe8d1cf6d60158720b10d67c16b4c582ed2176 Mon Sep 17 00:00:00 2001 From: Bongani Mbigi Date: Sun, 27 Mar 2022 07:48:05 -0500 Subject: [PATCH] Updated m.css dependency (#151) currently m.css commit hash will cause errors found in issue #126. Updating to the latest has fixes these problems correct hash --- documentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index 4cad236..edc3f62 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -6,7 +6,7 @@ project(GreeterDocs) include(../cmake/CPM.cmake) -CPMAddPackage("gh:mosra/m.css#42d4a9a48f31f5df6e246c948403b54b50574a2a") +CPMAddPackage("gh:mosra/m.css#a0d292ec311b97fefd21e93cdefb60f88d19ede6") CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..) # ---- Doxygen variables ----