Skip to content

Commit

Permalink
Updated m.css dependency (#151)
Browse files Browse the repository at this point in the history
currently m.css commit hash will cause errors found in issue #126. Updating to the latest has fixes these problems

correct hash
  • Loading branch information
bongani-m committed Mar 27, 2022
1 parent b3007ae commit f0fe8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/CMakeLists.txt
Expand Up @@ -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 ----
Expand Down

0 comments on commit f0fe8d1

Please sign in to comment.