From 541736a295e8a652e69feb705b96a839d6111d2f Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 9 Nov 2020 12:10:06 +0100 Subject: [PATCH] use official m.css repo --- documentation/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt index e48fd95..8f5cbfe 100644 --- a/documentation/CMakeLists.txt +++ b/documentation/CMakeLists.txt @@ -11,9 +11,8 @@ CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..) CPMAddPackage( NAME MCSS DOWNLOAD_ONLY YES - # patched version until https://github.com/mosra/m.css/pull/171 is resolved - GITHUB_REPOSITORY TheLartians/m.css - GIT_TAG 1bf162b96d5bfefc9967a80cef138f1270ffa415 + GITHUB_REPOSITORY mosra/m.css + GIT_TAG 42d4a9a48f31f5df6e246c948403b54b50574a2a ) # ---- Doxygen variables ----